Shades of Trinidad #CE511E
Tints of Trinidad #CE511E
RGB
CMYK
RGB Variations
Color information
#CE511E (or 0xCE511E) is known color: Trinidad. HEX triplet: CE, 51 and 1E. RGB value is (206,81,30). Sum of RGB (Red+Green+Blue) = 206+81+30=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE511E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE511E is #31AEE1. Grayscale: #707070. Windows color (decimal): -3256034 or 1987022. OLE color: 1987022.
HSL color Cylindrical-coordinate representation of color #CE511E: hue angle of 17.39º 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 #CE511E is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 30 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.19 |
| HSL | 17.39º | 0.75% | 0.46% | - |
| HSV(B) | 17.39º | 0.85% | 0.81% | - |
| XYZ | 28.63 | 19.1 | 3.41 | - |
| YUV | 112.56 | 81.41 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 30 | 0 | 0.61 | 0.85 | 0.19 | 17.39 | 0.75 | 0.46 |
| Hex | CE | 51 | 1E | 0 | 3D | 55 | 13 | 11 | 4B | 2E |
| Octal | 316 | 121 | 36 | 0 | 75 | 125 | 23 | 21 | 113 | 56 |
| Binary | 11001110 | 1010001 | 11110 | 0 | 111101 | 1010101 | 10011 | 10001 | 1001011 | 101110 |
Color Harmonies of #CE511E
Complementary color
Monochromatic Colors of #CE511E
Black with #CE511E
Text Example
Text Example
White with #CE511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE511E; }
p { color: rgb(206,81,30); }
H1.HeaderClassName
{
color: #CE511E;
}
.AnyTagClassName
{
color: #CE511E;
}
</style>
background-color css
<style>
a { background-color: #CE511E; }
a { background-color: rgb(206,81,30); }
div.DivClassName
{
background-color: #CE511E;
}
.BgClassName
{
background-color: #CE511E;
}
</style>
border-color css
<style>
span { border-color: #CE511E; }
span { border-color: rgb(206,81,30); }
td.TdClassName
{
border-color: #CE511E;
}
.TagClassName
{
border-color: #CE511E;
}
</style>