Shades of Trinidad #CE4424
Tints of Trinidad #CE4424
RGB
CMYK
RGB Variations
Color information
#CE4424 (or 0xCE4424) is known color: Trinidad. HEX triplet: CE, 44 and 24. RGB value is (206,68,36). Sum of RGB (Red+Green+Blue) = 206+68+36=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4424 is #31BBDB. Grayscale: #696969. Windows color (decimal): -3259356 or 2376910. OLE color: 2376910.
HSL color Cylindrical-coordinate representation of color #CE4424: hue angle of 11.29º 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 #CE4424 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 68 | 36 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.19 |
| HSL | 11.29º | 0.7% | 0.47% | - |
| HSV(B) | 11.29º | 0.83% | 0.81% | - |
| XYZ | 27.84 | 17.38 | 3.56 | - |
| YUV | 105.61 | 88.72 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 36 | 0 | 0.67 | 0.83 | 0.19 | 11.29 | 0.7 | 0.47 |
| Hex | CE | 44 | 24 | 0 | 43 | 53 | 13 | B | 46 | 2F |
| Octal | 316 | 104 | 44 | 0 | 103 | 123 | 23 | 13 | 106 | 57 |
| Binary | 11001110 | 1000100 | 100100 | 0 | 1000011 | 1010011 | 10011 | 1011 | 1000110 | 101111 |
Color Harmonies of #CE4424
Complementary color
Monochromatic Colors of #CE4424
Black with #CE4424
Text Example
Text Example
White with #CE4424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4424; }
p { color: rgb(206,68,36); }
H1.HeaderClassName
{
color: #CE4424;
}
.AnyTagClassName
{
color: #CE4424;
}
</style>
background-color css
<style>
a { background-color: #CE4424; }
a { background-color: rgb(206,68,36); }
div.DivClassName
{
background-color: #CE4424;
}
.BgClassName
{
background-color: #CE4424;
}
</style>
border-color css
<style>
span { border-color: #CE4424; }
span { border-color: rgb(206,68,36); }
td.TdClassName
{
border-color: #CE4424;
}
.TagClassName
{
border-color: #CE4424;
}
</style>