#C8501F

Color #C8501F Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #C8501F

Tints of Trinidad #C8501F

Color information

#C8501F (or 0xC8501F) is unknown color: approx Trinidad. HEX triplet: C8, 50 and 1F. RGB value is (200,80,31). Sum of RGB (Red+Green+Blue) = 200+80+31=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C8501F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8501F is #37AFE0. Grayscale: #6E6E6E. Windows color (decimal): -3649505 or 2052296. OLE color: 2052296.

HSL color Cylindrical-coordinate representation of color #C8501F: hue angle of 17.4º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8501F is Cyan = 0, Magento = 0.6, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB2008031-
CMYK00.60.840.22
HSL17.4º73.16%45.29%-
HSV(B)17.4º84.5%78.43%-
XYZ26.9418.123.37-
YUV110.2983.26191.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 64.31%
GREEN value IS 80 (31.64% from 255) = 25.72%
BLUE value IS 31 (12.5% from 255) = 9.97%
R=64.31%
G=25.72%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200803100.60.840.2217.473.1645.29
HexC8501F03C541611492d
Octal31012037074124262111155
Binary110010001010000111110111100101010010110100011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8501F; }

 p { color: rgb(200,80,31); }

 H1.HeaderClassName
 {
   color: #C8501F;
 }
 .AnyTagClassName
 {
   color: #C8501F;
 }
</style>
background-color css

<style>
 a { background-color: #C8501F; }

 a { background-color: rgb(200,80,31); }

 div.DivClassName
 {
   background-color: #C8501F;
 }
 .BgClassName
 {
   background-color: #C8501F;
 }
</style>
border-color css

<style>
 span { border-color: #C8501F; }

 span { border-color: rgb(200,80,31); }

 td.TdClassName
 {
   border-color: #C8501F;
 }
 .TagClassName
 {
   border-color: #C8501F;
 }
</style>