Shades of Cinnabar #EC4137
Tints of Cinnabar #EC4137
RGB
CMYK
RGB Variations
Color information
#EC4137 (or 0xEC4137) is known color: Cinnabar. HEX triplet: EC, 41 and 37. RGB value is (236,65,55). Sum of RGB (Red+Green+Blue) = 236+65+55=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4137 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4137 is #13BEC8. Grayscale: #737373. Windows color (decimal): -1294025 or 3621356. OLE color: 3621356.
HSL color Cylindrical-coordinate representation of color #EC4137: hue angle of 3.31º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC4137 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 55 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.07 |
| HSL | 3.31º | 0.83% | 0.57% | - |
| HSV(B) | 3.31º | 0.77% | 0.93% | - |
| XYZ | 37.17 | 21.89 | 5.88 | - |
| YUV | 114.99 | 94.15 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 55 | 0 | 0.72 | 0.77 | 0.07 | 3.31 | 0.83 | 0.57 |
| Hex | EC | 41 | 37 | 0 | 48 | 4D | 7 | 3 | 53 | 39 |
| Octal | 354 | 101 | 67 | 0 | 110 | 115 | 7 | 3 | 123 | 71 |
| Binary | 11101100 | 1000001 | 110111 | 0 | 1001000 | 1001101 | 111 | 11 | 1010011 | 111001 |
Color Harmonies of #EC4137
Complementary color
Monochromatic Colors of #EC4137
Black with #EC4137
Text Example
Text Example
White with #EC4137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4137; }
p { color: rgb(236,65,55); }
H1.HeaderClassName
{
color: #EC4137;
}
.AnyTagClassName
{
color: #EC4137;
}
</style>
background-color css
<style>
a { background-color: #EC4137; }
a { background-color: rgb(236,65,55); }
div.DivClassName
{
background-color: #EC4137;
}
.BgClassName
{
background-color: #EC4137;
}
</style>
border-color css
<style>
span { border-color: #EC4137; }
span { border-color: rgb(236,65,55); }
td.TdClassName
{
border-color: #EC4137;
}
.TagClassName
{
border-color: #EC4137;
}
</style>