Shades of Trinidad #CC4737
Tints of Trinidad #CC4737
RGB
CMYK
RGB Variations
Color information
#CC4737 (or 0xCC4737) is known color: Trinidad. HEX triplet: CC, 47 and 37. RGB value is (204,71,55). Sum of RGB (Red+Green+Blue) = 204+71+55=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4737 is #33B8C8. Grayscale: #6D6D6D. Windows color (decimal): -3389641 or 3622860. OLE color: 3622860.
HSL color Cylindrical-coordinate representation of color #CC4737: hue angle of 6.44º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC4737 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 55 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.2 |
| HSL | 6.44º | 0.59% | 0.51% | - |
| HSV(B) | 6.44º | 0.73% | 0.8% | - |
| XYZ | 27.84 | 17.62 | 5.55 | - |
| YUV | 108.94 | 97.56 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 55 | 0 | 0.65 | 0.73 | 0.2 | 6.44 | 0.59 | 0.51 |
| Hex | CC | 47 | 37 | 0 | 41 | 49 | 14 | 6 | 3B | 33 |
| Octal | 314 | 107 | 67 | 0 | 101 | 111 | 24 | 6 | 73 | 63 |
| Binary | 11001100 | 1000111 | 110111 | 0 | 1000001 | 1001001 | 10100 | 110 | 111011 | 110011 |
Color Harmonies of #CC4737
Complementary color
Monochromatic Colors of #CC4737
Black with #CC4737
Text Example
Text Example
White with #CC4737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4737; }
p { color: rgb(204,71,55); }
H1.HeaderClassName
{
color: #CC4737;
}
.AnyTagClassName
{
color: #CC4737;
}
</style>
background-color css
<style>
a { background-color: #CC4737; }
a { background-color: rgb(204,71,55); }
div.DivClassName
{
background-color: #CC4737;
}
.BgClassName
{
background-color: #CC4737;
}
</style>
border-color css
<style>
span { border-color: #CC4737; }
span { border-color: rgb(204,71,55); }
td.TdClassName
{
border-color: #CC4737;
}
.TagClassName
{
border-color: #CC4737;
}
</style>