Shades of Trinidad #CE4731
Tints of Trinidad #CE4731
RGB
CMYK
RGB Variations
Color information
#CE4731 (or 0xCE4731) is known color: Trinidad. HEX triplet: CE, 47 and 31. RGB value is (206,71,49). Sum of RGB (Red+Green+Blue) = 206+71+49=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4731 is #31B8CE. Grayscale: #6D6D6D. Windows color (decimal): -3258575 or 3229646. OLE color: 3229646.
HSL color Cylindrical-coordinate representation of color #CE4731: hue angle of 8.41º degrees, saturation: 0.62, 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 #CE4731 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 49 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.19 |
| HSL | 8.41º | 0.62% | 0.5% | - |
| HSV(B) | 8.41º | 0.76% | 0.81% | - |
| XYZ | 28.26 | 17.85 | 4.86 | - |
| YUV | 108.86 | 94.23 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 49 | 0 | 0.66 | 0.76 | 0.19 | 8.41 | 0.62 | 0.5 |
| Hex | CE | 47 | 31 | 0 | 42 | 4C | 13 | 8 | 3E | 32 |
| Octal | 316 | 107 | 61 | 0 | 102 | 114 | 23 | 10 | 76 | 62 |
| Binary | 11001110 | 1000111 | 110001 | 0 | 1000010 | 1001100 | 10011 | 1000 | 111110 | 110010 |
Color Harmonies of #CE4731
Complementary color
Monochromatic Colors of #CE4731
Black with #CE4731
Text Example
Text Example
White with #CE4731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4731; }
p { color: rgb(206,71,49); }
H1.HeaderClassName
{
color: #CE4731;
}
.AnyTagClassName
{
color: #CE4731;
}
</style>
background-color css
<style>
a { background-color: #CE4731; }
a { background-color: rgb(206,71,49); }
div.DivClassName
{
background-color: #CE4731;
}
.BgClassName
{
background-color: #CE4731;
}
</style>
border-color css
<style>
span { border-color: #CE4731; }
span { border-color: rgb(206,71,49); }
td.TdClassName
{
border-color: #CE4731;
}
.TagClassName
{
border-color: #CE4731;
}
</style>