Shades of Trinidad #CC422C
Tints of Trinidad #CC422C
RGB
CMYK
RGB Variations
Color information
#CC422C (or 0xCC422C) is known color: Trinidad. HEX triplet: CC, 42 and 2C. RGB value is (204,66,44). Sum of RGB (Red+Green+Blue) = 204+66+44=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC422C is #33BDD3. Grayscale: #686868. Windows color (decimal): -3390932 or 2900684. OLE color: 2900684.
HSL color Cylindrical-coordinate representation of color #CC422C: hue angle of 8.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC422C is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 44 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.2 |
| HSL | 8.25º | 0.65% | 0.49% | - |
| HSV(B) | 8.25º | 0.78% | 0.8% | - |
| XYZ | 27.3 | 16.92 | 4.21 | - |
| YUV | 104.75 | 93.72 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 44 | 0 | 0.68 | 0.78 | 0.2 | 8.25 | 0.65 | 0.49 |
| Hex | CC | 42 | 2C | 0 | 44 | 4E | 14 | 8 | 41 | 31 |
| Octal | 314 | 102 | 54 | 0 | 104 | 116 | 24 | 10 | 101 | 61 |
| Binary | 11001100 | 1000010 | 101100 | 0 | 1000100 | 1001110 | 10100 | 1000 | 1000001 | 110001 |
Color Harmonies of #CC422C
Complementary color
Monochromatic Colors of #CC422C
Black with #CC422C
Text Example
Text Example
White with #CC422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC422C; }
p { color: rgb(204,66,44); }
H1.HeaderClassName
{
color: #CC422C;
}
.AnyTagClassName
{
color: #CC422C;
}
</style>
background-color css
<style>
a { background-color: #CC422C; }
a { background-color: rgb(204,66,44); }
div.DivClassName
{
background-color: #CC422C;
}
.BgClassName
{
background-color: #CC422C;
}
</style>
border-color css
<style>
span { border-color: #CC422C; }
span { border-color: rgb(204,66,44); }
td.TdClassName
{
border-color: #CC422C;
}
.TagClassName
{
border-color: #CC422C;
}
</style>