Shades of Trinidad #CE4933
Tints of Trinidad #CE4933
RGB
CMYK
RGB Variations
Color information
#CE4933 (or 0xCE4933) is known color: Trinidad. HEX triplet: CE, 49 and 33. RGB value is (206,73,51). Sum of RGB (Red+Green+Blue) = 206+73+51=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4933 is #31B6CC. Grayscale: #6E6E6E. Windows color (decimal): -3258061 or 3361230. OLE color: 3361230.
HSL color Cylindrical-coordinate representation of color #CE4933: hue angle of 8.52º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE4933 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 51 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.19 |
| HSL | 8.52º | 0.61% | 0.5% | - |
| HSV(B) | 8.52º | 0.75% | 0.81% | - |
| XYZ | 28.43 | 18.13 | 5.13 | - |
| YUV | 110.26 | 94.56 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 51 | 0 | 0.65 | 0.75 | 0.19 | 8.52 | 0.61 | 0.5 |
| Hex | CE | 49 | 33 | 0 | 41 | 4B | 13 | 9 | 3D | 32 |
| Octal | 316 | 111 | 63 | 0 | 101 | 113 | 23 | 11 | 75 | 62 |
| Binary | 11001110 | 1001001 | 110011 | 0 | 1000001 | 1001011 | 10011 | 1001 | 111101 | 110010 |
Color Harmonies of #CE4933
Complementary color
Monochromatic Colors of #CE4933
Black with #CE4933
Text Example
Text Example
White with #CE4933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4933; }
p { color: rgb(206,73,51); }
H1.HeaderClassName
{
color: #CE4933;
}
.AnyTagClassName
{
color: #CE4933;
}
</style>
background-color css
<style>
a { background-color: #CE4933; }
a { background-color: rgb(206,73,51); }
div.DivClassName
{
background-color: #CE4933;
}
.BgClassName
{
background-color: #CE4933;
}
</style>
border-color css
<style>
span { border-color: #CE4933; }
span { border-color: rgb(206,73,51); }
td.TdClassName
{
border-color: #CE4933;
}
.TagClassName
{
border-color: #CE4933;
}
</style>