Shades of Cinnabar #EC4237
Tints of Cinnabar #EC4237
RGB
CMYK
RGB Variations
Color information
#EC4237 (or 0xEC4237) is known color: Cinnabar. HEX triplet: EC, 42 and 37. RGB value is (236,66,55). Sum of RGB (Red+Green+Blue) = 236+66+55=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 55 (21.88% from 255 or 15.41% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4237 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4237 is #13BDC8. Grayscale: #737373. Windows color (decimal): -1293769 or 3621612. OLE color: 3621612.
HSL color Cylindrical-coordinate representation of color #EC4237: hue angle of 3.65º 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 #EC4237 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 55 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.07 |
| HSL | 3.65º | 0.83% | 0.57% | - |
| HSV(B) | 3.65º | 0.77% | 0.93% | - |
| XYZ | 37.23 | 22.01 | 5.9 | - |
| YUV | 115.58 | 93.82 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 55 | 0 | 0.72 | 0.77 | 0.07 | 3.65 | 0.83 | 0.57 |
| Hex | EC | 42 | 37 | 0 | 48 | 4D | 7 | 4 | 53 | 39 |
| Octal | 354 | 102 | 67 | 0 | 110 | 115 | 7 | 4 | 123 | 71 |
| Binary | 11101100 | 1000010 | 110111 | 0 | 1001000 | 1001101 | 111 | 100 | 1010011 | 111001 |
Color Harmonies of #EC4237
Complementary color
Monochromatic Colors of #EC4237
Black with #EC4237
Text Example
Text Example
White with #EC4237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4237; }
p { color: rgb(236,66,55); }
H1.HeaderClassName
{
color: #EC4237;
}
.AnyTagClassName
{
color: #EC4237;
}
</style>
background-color css
<style>
a { background-color: #EC4237; }
a { background-color: rgb(236,66,55); }
div.DivClassName
{
background-color: #EC4237;
}
.BgClassName
{
background-color: #EC4237;
}
</style>
border-color css
<style>
span { border-color: #EC4237; }
span { border-color: rgb(236,66,55); }
td.TdClassName
{
border-color: #EC4237;
}
.TagClassName
{
border-color: #EC4237;
}
</style>