#C64A1F

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

Shades of Trinidad #C64A1F

Tints of Trinidad #C64A1F

Color information

#C64A1F (or 0xC64A1F) is unknown color: approx Trinidad. HEX triplet: C6, 4A and 1F. RGB value is (198,74,31). Sum of RGB (Red+Green+Blue) = 198+74+31=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64A1F is #39B5E0. Grayscale: #6A6A6A. Windows color (decimal): -3782113 or 2050758. OLE color: 2050758.

HSL color Cylindrical-coordinate representation of color #C64A1F: hue angle of 15.45º 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 #C64A1F is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB1987431-
CMYK00.630.840.22
HSL15.45º72.93%44.9%-
HSV(B)15.45º84.34%77.65%-
XYZ25.98173.21-
YUV106.1785.58193.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 65.35%
GREEN value IS 74 (29.30% from 255) = 24.42%
BLUE value IS 31 (12.5% from 255) = 10.23%
R=65.35%
G=24.42%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198743100.630.840.2215.4572.9344.9
HexC64A1F03F5416f492d
Octal30611237077124261711155
Binary11000110100101011111011111110101001011011111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64A1F; }

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

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

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

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

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

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

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

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