Shades of Trinidad #CE4D32
Tints of Trinidad #CE4D32
RGB
CMYK
RGB Variations
Color information
#CE4D32 (or 0xCE4D32) is known color: Trinidad. HEX triplet: CE, 4D and 32. RGB value is (206,77,50). Sum of RGB (Red+Green+Blue) = 206+77+50=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4D32 is #31B2CD. Grayscale: #707070. Windows color (decimal): -3257038 or 3296718. OLE color: 3296718.
HSL color Cylindrical-coordinate representation of color #CE4D32: hue angle of 10.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE4D32 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 50 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.19 |
| HSL | 10.38º | 0.61% | 0.5% | - |
| HSV(B) | 10.38º | 0.76% | 0.81% | - |
| XYZ | 28.68 | 18.66 | 5.11 | - |
| YUV | 112.49 | 92.74 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 50 | 0 | 0.63 | 0.76 | 0.19 | 10.38 | 0.61 | 0.5 |
| Hex | CE | 4D | 32 | 0 | 3F | 4C | 13 | A | 3D | 32 |
| Octal | 316 | 115 | 62 | 0 | 77 | 114 | 23 | 12 | 75 | 62 |
| Binary | 11001110 | 1001101 | 110010 | 0 | 111111 | 1001100 | 10011 | 1010 | 111101 | 110010 |
Color Harmonies of #CE4D32
Complementary color
Monochromatic Colors of #CE4D32
Black with #CE4D32
Text Example
Text Example
White with #CE4D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4D32; }
p { color: rgb(206,77,50); }
H1.HeaderClassName
{
color: #CE4D32;
}
.AnyTagClassName
{
color: #CE4D32;
}
</style>
background-color css
<style>
a { background-color: #CE4D32; }
a { background-color: rgb(206,77,50); }
div.DivClassName
{
background-color: #CE4D32;
}
.BgClassName
{
background-color: #CE4D32;
}
</style>
border-color css
<style>
span { border-color: #CE4D32; }
span { border-color: rgb(206,77,50); }
td.TdClassName
{
border-color: #CE4D32;
}
.TagClassName
{
border-color: #CE4D32;
}
</style>