Shades of Trinidad #CE4F37
Tints of Trinidad #CE4F37
RGB
CMYK
RGB Variations
Color information
#CE4F37 (or 0xCE4F37) is known color: Trinidad. HEX triplet: CE, 4F and 37. RGB value is (206,79,55). Sum of RGB (Red+Green+Blue) = 206+79+55=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4F37 is #31B0C8. Grayscale: #727272. Windows color (decimal): -3256521 or 3624910. OLE color: 3624910.
HSL color Cylindrical-coordinate representation of color #CE4F37: hue angle of 9.54º 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 #CE4F37 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 79 | 55 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.19 |
| HSL | 9.54º | 0.61% | 0.51% | - |
| HSV(B) | 9.54º | 0.73% | 0.81% | - |
| XYZ | 28.94 | 18.99 | 5.75 | - |
| YUV | 114.24 | 94.58 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 55 | 0 | 0.62 | 0.73 | 0.19 | 9.54 | 0.61 | 0.51 |
| Hex | CE | 4F | 37 | 0 | 3E | 49 | 13 | A | 3D | 33 |
| Octal | 316 | 117 | 67 | 0 | 76 | 111 | 23 | 12 | 75 | 63 |
| Binary | 11001110 | 1001111 | 110111 | 0 | 111110 | 1001001 | 10011 | 1010 | 111101 | 110011 |
Color Harmonies of #CE4F37
Complementary color
Monochromatic Colors of #CE4F37
Black with #CE4F37
Text Example
Text Example
White with #CE4F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4F37; }
p { color: rgb(206,79,55); }
H1.HeaderClassName
{
color: #CE4F37;
}
.AnyTagClassName
{
color: #CE4F37;
}
</style>
background-color css
<style>
a { background-color: #CE4F37; }
a { background-color: rgb(206,79,55); }
div.DivClassName
{
background-color: #CE4F37;
}
.BgClassName
{
background-color: #CE4F37;
}
</style>
border-color css
<style>
span { border-color: #CE4F37; }
span { border-color: rgb(206,79,55); }
td.TdClassName
{
border-color: #CE4F37;
}
.TagClassName
{
border-color: #CE4F37;
}
</style>