Shades of Trinidad #CC532D
Tints of Trinidad #CC532D
RGB
CMYK
RGB Variations
Color information
#CC532D (or 0xCC532D) is known color: Trinidad. HEX triplet: CC, 53 and 2D. RGB value is (204,83,45). Sum of RGB (Red+Green+Blue) = 204+83+45=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC532D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC532D is #33ACD2. Grayscale: #737373. Windows color (decimal): -3386579 or 2970572. OLE color: 2970572.
HSL color Cylindrical-coordinate representation of color #CC532D: hue angle of 14.34º 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 #CC532D is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 45 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.2 |
| HSL | 14.34º | 0.64% | 0.49% | - |
| HSV(B) | 14.34º | 0.78% | 0.8% | - |
| XYZ | 28.47 | 19.21 | 4.69 | - |
| YUV | 114.85 | 88.59 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 45 | 0 | 0.59 | 0.78 | 0.2 | 14.34 | 0.64 | 0.49 |
| Hex | CC | 53 | 2D | 0 | 3B | 4E | 14 | E | 40 | 31 |
| Octal | 314 | 123 | 55 | 0 | 73 | 116 | 24 | 16 | 100 | 61 |
| Binary | 11001100 | 1010011 | 101101 | 0 | 111011 | 1001110 | 10100 | 1110 | 1000000 | 110001 |
Color Harmonies of #CC532D
Complementary color
Monochromatic Colors of #CC532D
Black with #CC532D
Text Example
Text Example
White with #CC532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC532D; }
p { color: rgb(204,83,45); }
H1.HeaderClassName
{
color: #CC532D;
}
.AnyTagClassName
{
color: #CC532D;
}
</style>
background-color css
<style>
a { background-color: #CC532D; }
a { background-color: rgb(204,83,45); }
div.DivClassName
{
background-color: #CC532D;
}
.BgClassName
{
background-color: #CC532D;
}
</style>
border-color css
<style>
span { border-color: #CC532D; }
span { border-color: rgb(204,83,45); }
td.TdClassName
{
border-color: #CC532D;
}
.TagClassName
{
border-color: #CC532D;
}
</style>