Shades of Trinidad #CC5121
Tints of Trinidad #CC5121
RGB
CMYK
RGB Variations
Color information
#CC5121 (or 0xCC5121) is known color: Trinidad. HEX triplet: CC, 51 and 21. RGB value is (204,81,33). Sum of RGB (Red+Green+Blue) = 204+81+33=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5121 is #33AEDE. Grayscale: #707070. Windows color (decimal): -3387103 or 2183628. OLE color: 2183628.
HSL color Cylindrical-coordinate representation of color #CC5121: hue angle of 16.84º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC5121 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 33 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.2 |
| HSL | 16.84º | 0.72% | 0.46% | - |
| HSV(B) | 16.84º | 0.84% | 0.8% | - |
| XYZ | 28.12 | 18.83 | 3.59 | - |
| YUV | 112.31 | 83.25 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 33 | 0 | 0.60 | 0.84 | 0.2 | 16.84 | 0.72 | 0.46 |
| Hex | CC | 51 | 21 | 0 | 3C | 54 | 14 | 11 | 48 | 2E |
| Octal | 314 | 121 | 41 | 0 | 74 | 124 | 24 | 21 | 110 | 56 |
| Binary | 11001100 | 1010001 | 100001 | 0 | 111100 | 1010100 | 10100 | 10001 | 1001000 | 101110 |
Color Harmonies of #CC5121
Complementary color
Monochromatic Colors of #CC5121
Black with #CC5121
Text Example
Text Example
White with #CC5121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5121; }
p { color: rgb(204,81,33); }
H1.HeaderClassName
{
color: #CC5121;
}
.AnyTagClassName
{
color: #CC5121;
}
</style>
background-color css
<style>
a { background-color: #CC5121; }
a { background-color: rgb(204,81,33); }
div.DivClassName
{
background-color: #CC5121;
}
.BgClassName
{
background-color: #CC5121;
}
</style>
border-color css
<style>
span { border-color: #CC5121; }
span { border-color: rgb(204,81,33); }
td.TdClassName
{
border-color: #CC5121;
}
.TagClassName
{
border-color: #CC5121;
}
</style>