Shades of Trinidad #CC532E
Tints of Trinidad #CC532E
RGB
CMYK
RGB Variations
Color information
#CC532E (or 0xCC532E) is known color: Trinidad. HEX triplet: CC, 53 and 2E. RGB value is (204,83,46). Sum of RGB (Red+Green+Blue) = 204+83+46=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC532E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC532E is #33ACD1. Grayscale: #737373. Windows color (decimal): -3386578 or 3036108. OLE color: 3036108.
HSL color Cylindrical-coordinate representation of color #CC532E: hue angle of 14.05º 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 #CC532E is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 46 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.2 |
| HSL | 14.05º | 0.63% | 0.49% | - |
| HSV(B) | 14.05º | 0.77% | 0.8% | - |
| XYZ | 28.49 | 19.22 | 4.79 | - |
| YUV | 114.96 | 89.09 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 46 | 0 | 0.59 | 0.77 | 0.2 | 14.05 | 0.63 | 0.49 |
| Hex | CC | 53 | 2E | 0 | 3B | 4D | 14 | E | 3F | 31 |
| Octal | 314 | 123 | 56 | 0 | 73 | 115 | 24 | 16 | 77 | 61 |
| Binary | 11001100 | 1010011 | 101110 | 0 | 111011 | 1001101 | 10100 | 1110 | 111111 | 110001 |
Color Harmonies of #CC532E
Complementary color
Monochromatic Colors of #CC532E
Black with #CC532E
Text Example
Text Example
White with #CC532E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC532E; }
p { color: rgb(204,83,46); }
H1.HeaderClassName
{
color: #CC532E;
}
.AnyTagClassName
{
color: #CC532E;
}
</style>
background-color css
<style>
a { background-color: #CC532E; }
a { background-color: rgb(204,83,46); }
div.DivClassName
{
background-color: #CC532E;
}
.BgClassName
{
background-color: #CC532E;
}
</style>
border-color css
<style>
span { border-color: #CC532E; }
span { border-color: rgb(204,83,46); }
td.TdClassName
{
border-color: #CC532E;
}
.TagClassName
{
border-color: #CC532E;
}
</style>