#C6471F

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

Shades of Trinidad #C6471F

Tints of Trinidad #C6471F

Color information

#C6471F (or 0xC6471F) is unknown color: approx Trinidad. HEX triplet: C6, 47 and 1F. RGB value is (198,71,31). Sum of RGB (Red+Green+Blue) = 198+71+31=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C6471F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6471F is #39B8E0. Grayscale: #686868. Windows color (decimal): -3782881 or 2049990. OLE color: 2049990.

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

Color convert

RGB1987131-
CMYK00.640.840.22
HSL14.37º72.93%44.9%-
HSV(B)14.37º84.34%77.65%-
XYZ25.7916.613.14-
YUV104.4186.58194.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 66%
GREEN value IS 71 (28.12% from 255) = 23.67%
BLUE value IS 31 (12.5% from 255) = 10.33%
R=66%
G=23.67%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198713100.640.840.2214.3772.9344.9
HexC6471F0405416e492d
Octal306107370100124261611155
Binary110001101000111111110100000010101001011011101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6471F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6471F; }

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

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

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

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

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

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

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

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