#C64B1F

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

Shades of Trinidad #C64B1F

Tints of Trinidad #C64B1F

Color information

#C64B1F (or 0xC64B1F) is unknown color: approx Trinidad. HEX triplet: C6, 4B and 1F. RGB value is (198,75,31). Sum of RGB (Red+Green+Blue) = 198+75+31=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64B1F is #39B4E0. Grayscale: #6B6B6B. Windows color (decimal): -3781857 or 2051014. OLE color: 2051014.

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

Color convert

RGB1987531-
CMYK00.620.840.22
HSL15.81º72.93%44.9%-
HSV(B)15.81º84.34%77.65%-
XYZ26.0517.143.23-
YUV106.7685.25193.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 65.13%
GREEN value IS 75 (29.69% from 255) = 24.67%
BLUE value IS 31 (12.5% from 255) = 10.20%
R=65.13%
G=24.67%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198753100.620.840.2215.8172.9344.9
HexC64B1F03E541610492d
Octal30611337076124262011155
Binary110001101001011111110111110101010010110100001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64B1F; }

 p { color: rgb(198,75,31); }

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

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

 a { background-color: rgb(198,75,31); }

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

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

 span { border-color: rgb(198,75,31); }

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