Shades of Trinidad #CE4836
Tints of Trinidad #CE4836
RGB
CMYK
RGB Variations
Color information
#CE4836 (or 0xCE4836) is known color: Trinidad. HEX triplet: CE, 48 and 36. RGB value is (206,72,54). Sum of RGB (Red+Green+Blue) = 206+72+54=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4836 is #31B7C9. Grayscale: #6E6E6E. Windows color (decimal): -3258314 or 3557582. OLE color: 3557582.
HSL color Cylindrical-coordinate representation of color #CE4836: hue angle of 7.11º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE4836 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 72 | 54 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.19 |
| HSL | 7.11º | 0.61% | 0.51% | - |
| HSV(B) | 7.11º | 0.74% | 0.81% | - |
| XYZ | 28.44 | 18.02 | 5.47 | - |
| YUV | 110.01 | 96.39 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 54 | 0 | 0.65 | 0.74 | 0.19 | 7.11 | 0.61 | 0.51 |
| Hex | CE | 48 | 36 | 0 | 41 | 4A | 13 | 7 | 3D | 33 |
| Octal | 316 | 110 | 66 | 0 | 101 | 112 | 23 | 7 | 75 | 63 |
| Binary | 11001110 | 1001000 | 110110 | 0 | 1000001 | 1001010 | 10011 | 111 | 111101 | 110011 |
Color Harmonies of #CE4836
Complementary color
Monochromatic Colors of #CE4836
Black with #CE4836
Text Example
Text Example
White with #CE4836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4836; }
p { color: rgb(206,72,54); }
H1.HeaderClassName
{
color: #CE4836;
}
.AnyTagClassName
{
color: #CE4836;
}
</style>
background-color css
<style>
a { background-color: #CE4836; }
a { background-color: rgb(206,72,54); }
div.DivClassName
{
background-color: #CE4836;
}
.BgClassName
{
background-color: #CE4836;
}
</style>
border-color css
<style>
span { border-color: #CE4836; }
span { border-color: rgb(206,72,54); }
td.TdClassName
{
border-color: #CE4836;
}
.TagClassName
{
border-color: #CE4836;
}
</style>