Shades of Trinidad #CC512E
Tints of Trinidad #CC512E
RGB
CMYK
RGB Variations
Color information
#CC512E (or 0xCC512E) is known color: Trinidad. HEX triplet: CC, 51 and 2E. RGB value is (204,81,46). Sum of RGB (Red+Green+Blue) = 204+81+46=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC512E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC512E is #33AED1. Grayscale: #727272. Windows color (decimal): -3387090 or 3035596. OLE color: 3035596.
HSL color Cylindrical-coordinate representation of color #CC512E: hue angle of 13.29º 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 #CC512E is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 46 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.2 |
| HSL | 13.29º | 0.63% | 0.49% | - |
| HSV(B) | 13.29º | 0.77% | 0.8% | - |
| XYZ | 28.34 | 18.92 | 4.74 | - |
| YUV | 113.79 | 89.75 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 46 | 0 | 0.60 | 0.77 | 0.2 | 13.29 | 0.63 | 0.49 |
| Hex | CC | 51 | 2E | 0 | 3C | 4D | 14 | D | 3F | 31 |
| Octal | 314 | 121 | 56 | 0 | 74 | 115 | 24 | 15 | 77 | 61 |
| Binary | 11001100 | 1010001 | 101110 | 0 | 111100 | 1001101 | 10100 | 1101 | 111111 | 110001 |
Color Harmonies of #CC512E
Complementary color
Monochromatic Colors of #CC512E
Black with #CC512E
Text Example
Text Example
White with #CC512E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC512E; }
p { color: rgb(204,81,46); }
H1.HeaderClassName
{
color: #CC512E;
}
.AnyTagClassName
{
color: #CC512E;
}
</style>
background-color css
<style>
a { background-color: #CC512E; }
a { background-color: rgb(204,81,46); }
div.DivClassName
{
background-color: #CC512E;
}
.BgClassName
{
background-color: #CC512E;
}
</style>
border-color css
<style>
span { border-color: #CC512E; }
span { border-color: rgb(204,81,46); }
td.TdClassName
{
border-color: #CC512E;
}
.TagClassName
{
border-color: #CC512E;
}
</style>