Shades of Trinidad #CC4A1F
Tints of Trinidad #CC4A1F
RGB
CMYK
RGB Variations
Color information
#CC4A1F (or 0xCC4A1F) is known color: Trinidad. HEX triplet: CC, 4A and 1F. RGB value is (204,74,31). Sum of RGB (Red+Green+Blue) = 204+74+31=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4A1F is #33B5E0. Grayscale: #6C6C6C. Windows color (decimal): -3388897 or 2050764. OLE color: 2050764.
HSL color Cylindrical-coordinate representation of color #CC4A1F: hue angle of 14.91º 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 #CC4A1F is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 31 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.2 |
| HSL | 14.91º | 0.74% | 0.46% | - |
| HSV(B) | 14.91º | 0.85% | 0.8% | - |
| XYZ | 27.6 | 17.83 | 3.28 | - |
| YUV | 107.97 | 84.57 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 31 | 0 | 0.64 | 0.85 | 0.2 | 14.91 | 0.74 | 0.46 |
| Hex | CC | 4A | 1F | 0 | 40 | 55 | 14 | F | 4A | 2E |
| Octal | 314 | 112 | 37 | 0 | 100 | 125 | 24 | 17 | 112 | 56 |
| Binary | 11001100 | 1001010 | 11111 | 0 | 1000000 | 1010101 | 10100 | 1111 | 1001010 | 101110 |
Color Harmonies of #CC4A1F
Complementary color
Monochromatic Colors of #CC4A1F
Black with #CC4A1F
Text Example
Text Example
White with #CC4A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A1F; }
p { color: rgb(204,74,31); }
H1.HeaderClassName
{
color: #CC4A1F;
}
.AnyTagClassName
{
color: #CC4A1F;
}
</style>
background-color css
<style>
a { background-color: #CC4A1F; }
a { background-color: rgb(204,74,31); }
div.DivClassName
{
background-color: #CC4A1F;
}
.BgClassName
{
background-color: #CC4A1F;
}
</style>
border-color css
<style>
span { border-color: #CC4A1F; }
span { border-color: rgb(204,74,31); }
td.TdClassName
{
border-color: #CC4A1F;
}
.TagClassName
{
border-color: #CC4A1F;
}
</style>