Shades of Trinidad #CC491F
Tints of Trinidad #CC491F
RGB
CMYK
RGB Variations
Color information
#CC491F (or 0xCC491F) is known color: Trinidad. HEX triplet: CC, 49 and 1F. RGB value is (204,73,31). Sum of RGB (Red+Green+Blue) = 204+73+31=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC491F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC491F is #33B6E0. Grayscale: #6B6B6B. Windows color (decimal): -3389153 or 2050508. OLE color: 2050508.
HSL color Cylindrical-coordinate representation of color #CC491F: hue angle of 14.57º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC491F is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 31 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.2 |
| HSL | 14.57º | 0.74% | 0.46% | - |
| HSV(B) | 14.57º | 0.85% | 0.8% | - |
| XYZ | 27.53 | 17.7 | 3.26 | - |
| YUV | 107.38 | 84.9 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 31 | 0 | 0.64 | 0.85 | 0.2 | 14.57 | 0.74 | 0.46 |
| Hex | CC | 49 | 1F | 0 | 40 | 55 | 14 | F | 4A | 2E |
| Octal | 314 | 111 | 37 | 0 | 100 | 125 | 24 | 17 | 112 | 56 |
| Binary | 11001100 | 1001001 | 11111 | 0 | 1000000 | 1010101 | 10100 | 1111 | 1001010 | 101110 |
Color Harmonies of #CC491F
Complementary color
Monochromatic Colors of #CC491F
Black with #CC491F
Text Example
Text Example
White with #CC491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC491F; }
p { color: rgb(204,73,31); }
H1.HeaderClassName
{
color: #CC491F;
}
.AnyTagClassName
{
color: #CC491F;
}
</style>
background-color css
<style>
a { background-color: #CC491F; }
a { background-color: rgb(204,73,31); }
div.DivClassName
{
background-color: #CC491F;
}
.BgClassName
{
background-color: #CC491F;
}
</style>
border-color css
<style>
span { border-color: #CC491F; }
span { border-color: rgb(204,73,31); }
td.TdClassName
{
border-color: #CC491F;
}
.TagClassName
{
border-color: #CC491F;
}
</style>