Shades of Trinidad #CE4D1E
Tints of Trinidad #CE4D1E
RGB
CMYK
RGB Variations
Color information
#CE4D1E (or 0xCE4D1E) is known color: Trinidad. HEX triplet: CE, 4D and 1E. RGB value is (206,77,30). Sum of RGB (Red+Green+Blue) = 206+77+30=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4D1E is #31B2E1. Grayscale: #6E6E6E. Windows color (decimal): -3257058 or 1985998. OLE color: 1985998.
HSL color Cylindrical-coordinate representation of color #CE4D1E: hue angle of 16.02º 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 #CE4D1E is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 30 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.19 |
| HSL | 16.02º | 0.75% | 0.46% | - |
| HSV(B) | 16.02º | 0.85% | 0.81% | - |
| XYZ | 28.34 | 18.52 | 3.31 | - |
| YUV | 110.21 | 82.74 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 30 | 0 | 0.63 | 0.85 | 0.19 | 16.02 | 0.75 | 0.46 |
| Hex | CE | 4D | 1E | 0 | 3F | 55 | 13 | 10 | 4B | 2E |
| Octal | 316 | 115 | 36 | 0 | 77 | 125 | 23 | 20 | 113 | 56 |
| Binary | 11001110 | 1001101 | 11110 | 0 | 111111 | 1010101 | 10011 | 10000 | 1001011 | 101110 |
Color Harmonies of #CE4D1E
Complementary color
Monochromatic Colors of #CE4D1E
Black with #CE4D1E
Text Example
Text Example
White with #CE4D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4D1E; }
p { color: rgb(206,77,30); }
H1.HeaderClassName
{
color: #CE4D1E;
}
.AnyTagClassName
{
color: #CE4D1E;
}
</style>
background-color css
<style>
a { background-color: #CE4D1E; }
a { background-color: rgb(206,77,30); }
div.DivClassName
{
background-color: #CE4D1E;
}
.BgClassName
{
background-color: #CE4D1E;
}
</style>
border-color css
<style>
span { border-color: #CE4D1E; }
span { border-color: rgb(206,77,30); }
td.TdClassName
{
border-color: #CE4D1E;
}
.TagClassName
{
border-color: #CE4D1E;
}
</style>