Shades of Trinidad #CE511D
Tints of Trinidad #CE511D
RGB
CMYK
RGB Variations
Color information
#CE511D (or 0xCE511D) is known color: Trinidad. HEX triplet: CE, 51 and 1D. RGB value is (206,81,29). Sum of RGB (Red+Green+Blue) = 206+81+29=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE511D is #31AEE2. Grayscale: #707070. Windows color (decimal): -3256035 or 1921486. OLE color: 1921486.
HSL color Cylindrical-coordinate representation of color #CE511D: hue angle of 17.63º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE511D is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 29 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.19 |
| HSL | 17.63º | 0.75% | 0.46% | - |
| HSV(B) | 17.63º | 0.86% | 0.81% | - |
| XYZ | 28.62 | 19.1 | 3.34 | - |
| YUV | 112.45 | 80.91 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 29 | 0 | 0.61 | 0.86 | 0.19 | 17.63 | 0.75 | 0.46 |
| Hex | CE | 51 | 1D | 0 | 3D | 56 | 13 | 12 | 4B | 2E |
| Octal | 316 | 121 | 35 | 0 | 75 | 126 | 23 | 22 | 113 | 56 |
| Binary | 11001110 | 1010001 | 11101 | 0 | 111101 | 1010110 | 10011 | 10010 | 1001011 | 101110 |
Color Harmonies of #CE511D
Complementary color
Monochromatic Colors of #CE511D
Black with #CE511D
Text Example
Text Example
White with #CE511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE511D; }
p { color: rgb(206,81,29); }
H1.HeaderClassName
{
color: #CE511D;
}
.AnyTagClassName
{
color: #CE511D;
}
</style>
background-color css
<style>
a { background-color: #CE511D; }
a { background-color: rgb(206,81,29); }
div.DivClassName
{
background-color: #CE511D;
}
.BgClassName
{
background-color: #CE511D;
}
</style>
border-color css
<style>
span { border-color: #CE511D; }
span { border-color: rgb(206,81,29); }
td.TdClassName
{
border-color: #CE511D;
}
.TagClassName
{
border-color: #CE511D;
}
</style>