Shades of Trinidad #CE4932
Tints of Trinidad #CE4932
RGB
CMYK
RGB Variations
Color information
#CE4932 (or 0xCE4932) is known color: Trinidad. HEX triplet: CE, 49 and 32. RGB value is (206,73,50). Sum of RGB (Red+Green+Blue) = 206+73+50=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4932 is #31B6CD. Grayscale: #6E6E6E. Windows color (decimal): -3258062 or 3295694. OLE color: 3295694.
HSL color Cylindrical-coordinate representation of color #CE4932: hue angle of 8.85º 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 #CE4932 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 50 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.19 |
| HSL | 8.85º | 0.61% | 0.5% | - |
| HSV(B) | 8.85º | 0.76% | 0.81% | - |
| XYZ | 28.41 | 18.12 | 5.02 | - |
| YUV | 110.15 | 94.06 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 50 | 0 | 0.65 | 0.76 | 0.19 | 8.85 | 0.61 | 0.5 |
| Hex | CE | 49 | 32 | 0 | 41 | 4C | 13 | 9 | 3D | 32 |
| Octal | 316 | 111 | 62 | 0 | 101 | 114 | 23 | 11 | 75 | 62 |
| Binary | 11001110 | 1001001 | 110010 | 0 | 1000001 | 1001100 | 10011 | 1001 | 111101 | 110010 |
Color Harmonies of #CE4932
Complementary color
Monochromatic Colors of #CE4932
Black with #CE4932
Text Example
Text Example
White with #CE4932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4932; }
p { color: rgb(206,73,50); }
H1.HeaderClassName
{
color: #CE4932;
}
.AnyTagClassName
{
color: #CE4932;
}
</style>
background-color css
<style>
a { background-color: #CE4932; }
a { background-color: rgb(206,73,50); }
div.DivClassName
{
background-color: #CE4932;
}
.BgClassName
{
background-color: #CE4932;
}
</style>
border-color css
<style>
span { border-color: #CE4932; }
span { border-color: rgb(206,73,50); }
td.TdClassName
{
border-color: #CE4932;
}
.TagClassName
{
border-color: #CE4932;
}
</style>