Shades of Trinidad #CC4428
Tints of Trinidad #CC4428
RGB
CMYK
RGB Variations
Color information
#CC4428 (or 0xCC4428) is known color: Trinidad. HEX triplet: CC, 44 and 28. RGB value is (204,68,40). Sum of RGB (Red+Green+Blue) = 204+68+40=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4428 is #33BBD7. Grayscale: #696969. Windows color (decimal): -3390424 or 2639052. OLE color: 2639052.
HSL color Cylindrical-coordinate representation of color #CC4428: hue angle of 10.24º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC4428 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 40 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.2 |
| HSL | 10.24º | 0.67% | 0.48% | - |
| HSV(B) | 10.24º | 0.8% | 0.8% | - |
| XYZ | 27.35 | 17.12 | 3.87 | - |
| YUV | 105.47 | 91.06 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 40 | 0 | 0.67 | 0.80 | 0.2 | 10.24 | 0.67 | 0.48 |
| Hex | CC | 44 | 28 | 0 | 43 | 50 | 14 | A | 43 | 30 |
| Octal | 314 | 104 | 50 | 0 | 103 | 120 | 24 | 12 | 103 | 60 |
| Binary | 11001100 | 1000100 | 101000 | 0 | 1000011 | 1010000 | 10100 | 1010 | 1000011 | 110000 |
Color Harmonies of #CC4428
Complementary color
Monochromatic Colors of #CC4428
Black with #CC4428
Text Example
Text Example
White with #CC4428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4428; }
p { color: rgb(204,68,40); }
H1.HeaderClassName
{
color: #CC4428;
}
.AnyTagClassName
{
color: #CC4428;
}
</style>
background-color css
<style>
a { background-color: #CC4428; }
a { background-color: rgb(204,68,40); }
div.DivClassName
{
background-color: #CC4428;
}
.BgClassName
{
background-color: #CC4428;
}
</style>
border-color css
<style>
span { border-color: #CC4428; }
span { border-color: rgb(204,68,40); }
td.TdClassName
{
border-color: #CC4428;
}
.TagClassName
{
border-color: #CC4428;
}
</style>