Shades of Trinidad #CC452A
Tints of Trinidad #CC452A
RGB
CMYK
RGB Variations
Color information
#CC452A (or 0xCC452A) is known color: Trinidad. HEX triplet: CC, 45 and 2A. RGB value is (204,69,42). Sum of RGB (Red+Green+Blue) = 204+69+42=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC452A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC452A is #33BAD5. Grayscale: #6A6A6A. Windows color (decimal): -3390166 or 2770380. OLE color: 2770380.
HSL color Cylindrical-coordinate representation of color #CC452A: hue angle of 10º degrees, saturation: 0.66, 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 #CC452A is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 42 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.2 |
| HSL | 10º | 0.66% | 0.48% | - |
| HSV(B) | 10º | 0.79% | 0.8% | - |
| XYZ | 27.45 | 17.26 | 4.08 | - |
| YUV | 106.29 | 91.73 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 42 | 0 | 0.66 | 0.79 | 0.2 | 10 | 0.66 | 0.48 |
| Hex | CC | 45 | 2A | 0 | 42 | 4F | 14 | A | 42 | 30 |
| Octal | 314 | 105 | 52 | 0 | 102 | 117 | 24 | 12 | 102 | 60 |
| Binary | 11001100 | 1000101 | 101010 | 0 | 1000010 | 1001111 | 10100 | 1010 | 1000010 | 110000 |
Color Harmonies of #CC452A
Complementary color
Monochromatic Colors of #CC452A
Black with #CC452A
Text Example
Text Example
White with #CC452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC452A; }
p { color: rgb(204,69,42); }
H1.HeaderClassName
{
color: #CC452A;
}
.AnyTagClassName
{
color: #CC452A;
}
</style>
background-color css
<style>
a { background-color: #CC452A; }
a { background-color: rgb(204,69,42); }
div.DivClassName
{
background-color: #CC452A;
}
.BgClassName
{
background-color: #CC452A;
}
</style>
border-color css
<style>
span { border-color: #CC452A; }
span { border-color: rgb(204,69,42); }
td.TdClassName
{
border-color: #CC452A;
}
.TagClassName
{
border-color: #CC452A;
}
</style>