Shades of Trinidad #CE5137
Tints of Trinidad #CE5137
RGB
CMYK
RGB Variations
Color information
#CE5137 (or 0xCE5137) is known color: Trinidad. HEX triplet: CE, 51 and 37. RGB value is (206,81,55). Sum of RGB (Red+Green+Blue) = 206+81+55=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5137 is #31AEC8. Grayscale: #737373. Windows color (decimal): -3256009 or 3625422. OLE color: 3625422.
HSL color Cylindrical-coordinate representation of color #CE5137: hue angle of 10.33º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE5137 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 55 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.19 |
| HSL | 10.33º | 0.61% | 0.51% | - |
| HSV(B) | 10.33º | 0.73% | 0.81% | - |
| XYZ | 29.09 | 19.28 | 5.8 | - |
| YUV | 115.41 | 93.91 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 55 | 0 | 0.61 | 0.73 | 0.19 | 10.33 | 0.61 | 0.51 |
| Hex | CE | 51 | 37 | 0 | 3D | 49 | 13 | A | 3D | 33 |
| Octal | 316 | 121 | 67 | 0 | 75 | 111 | 23 | 12 | 75 | 63 |
| Binary | 11001110 | 1010001 | 110111 | 0 | 111101 | 1001001 | 10011 | 1010 | 111101 | 110011 |
Color Harmonies of #CE5137
Complementary color
Monochromatic Colors of #CE5137
Black with #CE5137
Text Example
Text Example
White with #CE5137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5137; }
p { color: rgb(206,81,55); }
H1.HeaderClassName
{
color: #CE5137;
}
.AnyTagClassName
{
color: #CE5137;
}
</style>
background-color css
<style>
a { background-color: #CE5137; }
a { background-color: rgb(206,81,55); }
div.DivClassName
{
background-color: #CE5137;
}
.BgClassName
{
background-color: #CE5137;
}
</style>
border-color css
<style>
span { border-color: #CE5137; }
span { border-color: rgb(206,81,55); }
td.TdClassName
{
border-color: #CE5137;
}
.TagClassName
{
border-color: #CE5137;
}
</style>