Shades of Trinidad #CC542D
Tints of Trinidad #CC542D
RGB
CMYK
RGB Variations
Color information
#CC542D (or 0xCC542D) is known color: Trinidad. HEX triplet: CC, 54 and 2D. RGB value is (204,84,45). Sum of RGB (Red+Green+Blue) = 204+84+45=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC542D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC542D is #33ABD2. Grayscale: #737373. Windows color (decimal): -3386323 or 2970828. OLE color: 2970828.
HSL color Cylindrical-coordinate representation of color #CC542D: hue angle of 14.72º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC542D is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 45 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.2 |
| HSL | 14.72º | 0.64% | 0.49% | - |
| HSV(B) | 14.72º | 0.78% | 0.8% | - |
| XYZ | 28.55 | 19.37 | 4.72 | - |
| YUV | 115.43 | 88.26 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 45 | 0 | 0.59 | 0.78 | 0.2 | 14.72 | 0.64 | 0.49 |
| Hex | CC | 54 | 2D | 0 | 3B | 4E | 14 | F | 40 | 31 |
| Octal | 314 | 124 | 55 | 0 | 73 | 116 | 24 | 17 | 100 | 61 |
| Binary | 11001100 | 1010100 | 101101 | 0 | 111011 | 1001110 | 10100 | 1111 | 1000000 | 110001 |
Color Harmonies of #CC542D
Complementary color
Monochromatic Colors of #CC542D
Black with #CC542D
Text Example
Text Example
White with #CC542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC542D; }
p { color: rgb(204,84,45); }
H1.HeaderClassName
{
color: #CC542D;
}
.AnyTagClassName
{
color: #CC542D;
}
</style>
background-color css
<style>
a { background-color: #CC542D; }
a { background-color: rgb(204,84,45); }
div.DivClassName
{
background-color: #CC542D;
}
.BgClassName
{
background-color: #CC542D;
}
</style>
border-color css
<style>
span { border-color: #CC542D; }
span { border-color: rgb(204,84,45); }
td.TdClassName
{
border-color: #CC542D;
}
.TagClassName
{
border-color: #CC542D;
}
</style>