Shades of Trinidad #CC4425
Tints of Trinidad #CC4425
RGB
CMYK
RGB Variations
Color information
#CC4425 (or 0xCC4425) is known color: Trinidad. HEX triplet: CC, 44 and 25. RGB value is (204,68,37). Sum of RGB (Red+Green+Blue) = 204+68+37=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4425 is #33BBDA. Grayscale: #696969. Windows color (decimal): -3390427 or 2442444. OLE color: 2442444.
HSL color Cylindrical-coordinate representation of color #CC4425: hue angle of 11.14º 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 #CC4425 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 37 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.2 |
| HSL | 11.14º | 0.69% | 0.47% | - |
| HSV(B) | 11.14º | 0.82% | 0.8% | - |
| XYZ | 27.3 | 17.11 | 3.61 | - |
| YUV | 105.13 | 89.56 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 37 | 0 | 0.67 | 0.82 | 0.2 | 11.14 | 0.69 | 0.47 |
| Hex | CC | 44 | 25 | 0 | 43 | 52 | 14 | B | 45 | 2F |
| Octal | 314 | 104 | 45 | 0 | 103 | 122 | 24 | 13 | 105 | 57 |
| Binary | 11001100 | 1000100 | 100101 | 0 | 1000011 | 1010010 | 10100 | 1011 | 1000101 | 101111 |
Color Harmonies of #CC4425
Complementary color
Monochromatic Colors of #CC4425
Black with #CC4425
Text Example
Text Example
White with #CC4425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4425; }
p { color: rgb(204,68,37); }
H1.HeaderClassName
{
color: #CC4425;
}
.AnyTagClassName
{
color: #CC4425;
}
</style>
background-color css
<style>
a { background-color: #CC4425; }
a { background-color: rgb(204,68,37); }
div.DivClassName
{
background-color: #CC4425;
}
.BgClassName
{
background-color: #CC4425;
}
</style>
border-color css
<style>
span { border-color: #CC4425; }
span { border-color: rgb(204,68,37); }
td.TdClassName
{
border-color: #CC4425;
}
.TagClassName
{
border-color: #CC4425;
}
</style>