Shades of Trinidad #CC422F
Tints of Trinidad #CC422F
RGB
CMYK
RGB Variations
Color information
#CC422F (or 0xCC422F) is known color: Trinidad. HEX triplet: CC, 42 and 2F. RGB value is (204,66,47). Sum of RGB (Red+Green+Blue) = 204+66+47=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC422F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC422F is #33BDD0. Grayscale: #696969. Windows color (decimal): -3390929 or 3097292. OLE color: 3097292.
HSL color Cylindrical-coordinate representation of color #CC422F: hue angle of 7.26º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC422F is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 47 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.2 |
| HSL | 7.26º | 0.63% | 0.49% | - |
| HSV(B) | 7.26º | 0.77% | 0.8% | - |
| XYZ | 27.36 | 16.94 | 4.52 | - |
| YUV | 105.1 | 95.22 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 47 | 0 | 0.68 | 0.77 | 0.2 | 7.26 | 0.63 | 0.49 |
| Hex | CC | 42 | 2F | 0 | 44 | 4D | 14 | 7 | 3F | 31 |
| Octal | 314 | 102 | 57 | 0 | 104 | 115 | 24 | 7 | 77 | 61 |
| Binary | 11001100 | 1000010 | 101111 | 0 | 1000100 | 1001101 | 10100 | 111 | 111111 | 110001 |
Color Harmonies of #CC422F
Complementary color
Monochromatic Colors of #CC422F
Black with #CC422F
Text Example
Text Example
White with #CC422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC422F; }
p { color: rgb(204,66,47); }
H1.HeaderClassName
{
color: #CC422F;
}
.AnyTagClassName
{
color: #CC422F;
}
</style>
background-color css
<style>
a { background-color: #CC422F; }
a { background-color: rgb(204,66,47); }
div.DivClassName
{
background-color: #CC422F;
}
.BgClassName
{
background-color: #CC422F;
}
</style>
border-color css
<style>
span { border-color: #CC422F; }
span { border-color: rgb(204,66,47); }
td.TdClassName
{
border-color: #CC422F;
}
.TagClassName
{
border-color: #CC422F;
}
</style>