Shades of Trinidad #CC432B
Tints of Trinidad #CC432B
RGB
CMYK
RGB Variations
Color information
#CC432B (or 0xCC432B) is known color: Trinidad. HEX triplet: CC, 43 and 2B. RGB value is (204,67,43). Sum of RGB (Red+Green+Blue) = 204+67+43=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC432B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC432B is #33BCD4. Grayscale: #696969. Windows color (decimal): -3390677 or 2835404. OLE color: 2835404.
HSL color Cylindrical-coordinate representation of color #CC432B: hue angle of 8.94º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC432B is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 43 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.2 |
| HSL | 8.94º | 0.65% | 0.48% | - |
| HSV(B) | 8.94º | 0.79% | 0.8% | - |
| XYZ | 27.35 | 17.03 | 4.13 | - |
| YUV | 105.23 | 92.89 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 43 | 0 | 0.67 | 0.79 | 0.2 | 8.94 | 0.65 | 0.48 |
| Hex | CC | 43 | 2B | 0 | 43 | 4F | 14 | 9 | 41 | 30 |
| Octal | 314 | 103 | 53 | 0 | 103 | 117 | 24 | 11 | 101 | 60 |
| Binary | 11001100 | 1000011 | 101011 | 0 | 1000011 | 1001111 | 10100 | 1001 | 1000001 | 110000 |
Color Harmonies of #CC432B
Complementary color
Monochromatic Colors of #CC432B
Black with #CC432B
Text Example
Text Example
White with #CC432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC432B; }
p { color: rgb(204,67,43); }
H1.HeaderClassName
{
color: #CC432B;
}
.AnyTagClassName
{
color: #CC432B;
}
</style>
background-color css
<style>
a { background-color: #CC432B; }
a { background-color: rgb(204,67,43); }
div.DivClassName
{
background-color: #CC432B;
}
.BgClassName
{
background-color: #CC432B;
}
</style>
border-color css
<style>
span { border-color: #CC432B; }
span { border-color: rgb(204,67,43); }
td.TdClassName
{
border-color: #CC432B;
}
.TagClassName
{
border-color: #CC432B;
}
</style>