Shades of Trinidad #CE4631
Tints of Trinidad #CE4631
RGB
CMYK
RGB Variations
Color information
#CE4631 (or 0xCE4631) is known color: Trinidad. HEX triplet: CE, 46 and 31. RGB value is (206,70,49). Sum of RGB (Red+Green+Blue) = 206+70+49=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4631 is #31B9CE. Grayscale: #6C6C6C. Windows color (decimal): -3258831 or 3229390. OLE color: 3229390.
HSL color Cylindrical-coordinate representation of color #CE4631: hue angle of 8.03º 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 #CE4631 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 49 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.19 |
| HSL | 8.03º | 0.62% | 0.5% | - |
| HSV(B) | 8.03º | 0.76% | 0.81% | - |
| XYZ | 28.2 | 17.72 | 4.84 | - |
| YUV | 108.27 | 94.56 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 49 | 0 | 0.66 | 0.76 | 0.19 | 8.03 | 0.62 | 0.5 |
| Hex | CE | 46 | 31 | 0 | 42 | 4C | 13 | 8 | 3E | 32 |
| Octal | 316 | 106 | 61 | 0 | 102 | 114 | 23 | 10 | 76 | 62 |
| Binary | 11001110 | 1000110 | 110001 | 0 | 1000010 | 1001100 | 10011 | 1000 | 111110 | 110010 |
Color Harmonies of #CE4631
Complementary color
Monochromatic Colors of #CE4631
Black with #CE4631
Text Example
Text Example
White with #CE4631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4631; }
p { color: rgb(206,70,49); }
H1.HeaderClassName
{
color: #CE4631;
}
.AnyTagClassName
{
color: #CE4631;
}
</style>
background-color css
<style>
a { background-color: #CE4631; }
a { background-color: rgb(206,70,49); }
div.DivClassName
{
background-color: #CE4631;
}
.BgClassName
{
background-color: #CE4631;
}
</style>
border-color css
<style>
span { border-color: #CE4631; }
span { border-color: rgb(206,70,49); }
td.TdClassName
{
border-color: #CE4631;
}
.TagClassName
{
border-color: #CE4631;
}
</style>