Shades of Trinidad #CE5036
Tints of Trinidad #CE5036
RGB
CMYK
RGB Variations
Color information
#CE5036 (or 0xCE5036) is known color: Trinidad. HEX triplet: CE, 50 and 36. RGB value is (206,80,54). Sum of RGB (Red+Green+Blue) = 206+80+54=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5036 is #31AFC9. Grayscale: #727272. Windows color (decimal): -3256266 or 3559630. OLE color: 3559630.
HSL color Cylindrical-coordinate representation of color #CE5036: hue angle of 10.26º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE5036 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 54 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.19 |
| HSL | 10.26º | 0.61% | 0.51% | - |
| HSV(B) | 10.26º | 0.74% | 0.81% | - |
| XYZ | 28.99 | 19.13 | 5.65 | - |
| YUV | 114.71 | 93.74 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 54 | 0 | 0.61 | 0.74 | 0.19 | 10.26 | 0.61 | 0.51 |
| Hex | CE | 50 | 36 | 0 | 3D | 4A | 13 | A | 3D | 33 |
| Octal | 316 | 120 | 66 | 0 | 75 | 112 | 23 | 12 | 75 | 63 |
| Binary | 11001110 | 1010000 | 110110 | 0 | 111101 | 1001010 | 10011 | 1010 | 111101 | 110011 |
Color Harmonies of #CE5036
Complementary color
Monochromatic Colors of #CE5036
Black with #CE5036
Text Example
Text Example
White with #CE5036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5036; }
p { color: rgb(206,80,54); }
H1.HeaderClassName
{
color: #CE5036;
}
.AnyTagClassName
{
color: #CE5036;
}
</style>
background-color css
<style>
a { background-color: #CE5036; }
a { background-color: rgb(206,80,54); }
div.DivClassName
{
background-color: #CE5036;
}
.BgClassName
{
background-color: #CE5036;
}
</style>
border-color css
<style>
span { border-color: #CE5036; }
span { border-color: rgb(206,80,54); }
td.TdClassName
{
border-color: #CE5036;
}
.TagClassName
{
border-color: #CE5036;
}
</style>