Shades of Trinidad #CE4920
Tints of Trinidad #CE4920
RGB
CMYK
RGB Variations
Color information
#CE4920 (or 0xCE4920) is known color: Trinidad. HEX triplet: CE, 49 and 20. RGB value is (206,73,32). Sum of RGB (Red+Green+Blue) = 206+73+32=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4920 is #31B6DF. Grayscale: #6C6C6C. Windows color (decimal): -3258080 or 2116046. OLE color: 2116046.
HSL color Cylindrical-coordinate representation of color #CE4920: hue angle of 14.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE4920 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 32 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.19 |
| HSL | 14.14º | 0.73% | 0.47% | - |
| HSV(B) | 14.14º | 0.84% | 0.81% | - |
| XYZ | 28.1 | 17.99 | 3.36 | - |
| YUV | 108.09 | 85.06 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 32 | 0 | 0.65 | 0.84 | 0.19 | 14.14 | 0.73 | 0.47 |
| Hex | CE | 49 | 20 | 0 | 41 | 54 | 13 | E | 49 | 2F |
| Octal | 316 | 111 | 40 | 0 | 101 | 124 | 23 | 16 | 111 | 57 |
| Binary | 11001110 | 1001001 | 100000 | 0 | 1000001 | 1010100 | 10011 | 1110 | 1001001 | 101111 |
Color Harmonies of #CE4920
Complementary color
Monochromatic Colors of #CE4920
Black with #CE4920
Text Example
Text Example
White with #CE4920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4920; }
p { color: rgb(206,73,32); }
H1.HeaderClassName
{
color: #CE4920;
}
.AnyTagClassName
{
color: #CE4920;
}
</style>
background-color css
<style>
a { background-color: #CE4920; }
a { background-color: rgb(206,73,32); }
div.DivClassName
{
background-color: #CE4920;
}
.BgClassName
{
background-color: #CE4920;
}
</style>
border-color css
<style>
span { border-color: #CE4920; }
span { border-color: rgb(206,73,32); }
td.TdClassName
{
border-color: #CE4920;
}
.TagClassName
{
border-color: #CE4920;
}
</style>