Shades of Trinidad #CC4825
Tints of Trinidad #CC4825
RGB
CMYK
RGB Variations
Color information
#CC4825 (or 0xCC4825) is known color: Trinidad. HEX triplet: CC, 48 and 25. RGB value is (204,72,37). Sum of RGB (Red+Green+Blue) = 204+72+37=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4825 is #33B7DA. Grayscale: #6B6B6B. Windows color (decimal): -3389403 or 2443468. OLE color: 2443468.
HSL color Cylindrical-coordinate representation of color #CC4825: hue angle of 12.57º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC4825 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 37 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.2 |
| HSL | 12.57º | 0.69% | 0.47% | - |
| HSV(B) | 12.57º | 0.82% | 0.8% | - |
| XYZ | 27.55 | 17.61 | 3.7 | - |
| YUV | 107.48 | 88.23 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 37 | 0 | 0.65 | 0.82 | 0.2 | 12.57 | 0.69 | 0.47 |
| Hex | CC | 48 | 25 | 0 | 41 | 52 | 14 | D | 45 | 2F |
| Octal | 314 | 110 | 45 | 0 | 101 | 122 | 24 | 15 | 105 | 57 |
| Binary | 11001100 | 1001000 | 100101 | 0 | 1000001 | 1010010 | 10100 | 1101 | 1000101 | 101111 |
Color Harmonies of #CC4825
Complementary color
Monochromatic Colors of #CC4825
Black with #CC4825
Text Example
Text Example
White with #CC4825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4825; }
p { color: rgb(204,72,37); }
H1.HeaderClassName
{
color: #CC4825;
}
.AnyTagClassName
{
color: #CC4825;
}
</style>
background-color css
<style>
a { background-color: #CC4825; }
a { background-color: rgb(204,72,37); }
div.DivClassName
{
background-color: #CC4825;
}
.BgClassName
{
background-color: #CC4825;
}
</style>
border-color css
<style>
span { border-color: #CC4825; }
span { border-color: rgb(204,72,37); }
td.TdClassName
{
border-color: #CC4825;
}
.TagClassName
{
border-color: #CC4825;
}
</style>