Shades of Trinidad #CE491E
Tints of Trinidad #CE491E
RGB
CMYK
RGB Variations
Color information
#CE491E (or 0xCE491E) is known color: Trinidad. HEX triplet: CE, 49 and 1E. RGB value is (206,73,30). Sum of RGB (Red+Green+Blue) = 206+73+30=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE491E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE491E is #31B6E1. Grayscale: #6C6C6C. Windows color (decimal): -3258082 or 1984974. OLE color: 1984974.
HSL color Cylindrical-coordinate representation of color #CE491E: hue angle of 14.66º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE491E is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 30 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.19 |
| HSL | 14.66º | 0.75% | 0.46% | - |
| HSV(B) | 14.66º | 0.85% | 0.81% | - |
| XYZ | 28.07 | 17.98 | 3.22 | - |
| YUV | 107.87 | 84.06 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 30 | 0 | 0.65 | 0.85 | 0.19 | 14.66 | 0.75 | 0.46 |
| Hex | CE | 49 | 1E | 0 | 41 | 55 | 13 | F | 4B | 2E |
| Octal | 316 | 111 | 36 | 0 | 101 | 125 | 23 | 17 | 113 | 56 |
| Binary | 11001110 | 1001001 | 11110 | 0 | 1000001 | 1010101 | 10011 | 1111 | 1001011 | 101110 |
Color Harmonies of #CE491E
Complementary color
Monochromatic Colors of #CE491E
Black with #CE491E
Text Example
Text Example
White with #CE491E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE491E; }
p { color: rgb(206,73,30); }
H1.HeaderClassName
{
color: #CE491E;
}
.AnyTagClassName
{
color: #CE491E;
}
</style>
background-color css
<style>
a { background-color: #CE491E; }
a { background-color: rgb(206,73,30); }
div.DivClassName
{
background-color: #CE491E;
}
.BgClassName
{
background-color: #CE491E;
}
</style>
border-color css
<style>
span { border-color: #CE491E; }
span { border-color: rgb(206,73,30); }
td.TdClassName
{
border-color: #CE491E;
}
.TagClassName
{
border-color: #CE491E;
}
</style>