Shades of Trinidad #CE4224
Tints of Trinidad #CE4224
RGB
CMYK
RGB Variations
Color information
#CE4224 (or 0xCE4224) is known color: Trinidad. HEX triplet: CE, 42 and 24. RGB value is (206,66,36). Sum of RGB (Red+Green+Blue) = 206+66+36=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4224 is #31BDDB. Grayscale: #686868. Windows color (decimal): -3259868 or 2376398. OLE color: 2376398.
HSL color Cylindrical-coordinate representation of color #CE4224: hue angle of 10.59º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE4224 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 36 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.19 |
| HSL | 10.59º | 0.7% | 0.47% | - |
| HSV(B) | 10.59º | 0.83% | 0.81% | - |
| XYZ | 27.72 | 17.15 | 3.52 | - |
| YUV | 104.44 | 89.38 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 36 | 0 | 0.68 | 0.83 | 0.19 | 10.59 | 0.7 | 0.47 |
| Hex | CE | 42 | 24 | 0 | 44 | 53 | 13 | B | 46 | 2F |
| Octal | 316 | 102 | 44 | 0 | 104 | 123 | 23 | 13 | 106 | 57 |
| Binary | 11001110 | 1000010 | 100100 | 0 | 1000100 | 1010011 | 10011 | 1011 | 1000110 | 101111 |
Color Harmonies of #CE4224
Complementary color
Monochromatic Colors of #CE4224
Black with #CE4224
Text Example
Text Example
White with #CE4224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4224; }
p { color: rgb(206,66,36); }
H1.HeaderClassName
{
color: #CE4224;
}
.AnyTagClassName
{
color: #CE4224;
}
</style>
background-color css
<style>
a { background-color: #CE4224; }
a { background-color: rgb(206,66,36); }
div.DivClassName
{
background-color: #CE4224;
}
.BgClassName
{
background-color: #CE4224;
}
</style>
border-color css
<style>
span { border-color: #CE4224; }
span { border-color: rgb(206,66,36); }
td.TdClassName
{
border-color: #CE4224;
}
.TagClassName
{
border-color: #CE4224;
}
</style>