Shades of Cinnabar #EC4B37
Tints of Cinnabar #EC4B37
RGB
CMYK
RGB Variations
Color information
#EC4B37 (or 0xEC4B37) is known color: Cinnabar. HEX triplet: EC, 4B and 37. RGB value is (236,75,55). Sum of RGB (Red+Green+Blue) = 236+75+55=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 55 (21.88% from 255 or 15.03% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4B37 is #13B4C8. Grayscale: #797979. Windows color (decimal): -1291465 or 3623916. OLE color: 3623916.
HSL color Cylindrical-coordinate representation of color #EC4B37: hue angle of 6.63º 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 #EC4B37 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 55 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.07 |
| HSL | 6.63º | 0.83% | 0.57% | - |
| HSV(B) | 6.63º | 0.77% | 0.93% | - |
| XYZ | 37.8 | 23.14 | 6.09 | - |
| YUV | 120.86 | 90.84 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 55 | 0 | 0.68 | 0.77 | 0.07 | 6.63 | 0.83 | 0.57 |
| Hex | EC | 4B | 37 | 0 | 44 | 4D | 7 | 7 | 53 | 39 |
| Octal | 354 | 113 | 67 | 0 | 104 | 115 | 7 | 7 | 123 | 71 |
| Binary | 11101100 | 1001011 | 110111 | 0 | 1000100 | 1001101 | 111 | 111 | 1010011 | 111001 |
Color Harmonies of #EC4B37
Complementary color
Monochromatic Colors of #EC4B37
Black with #EC4B37
Text Example
Text Example
White with #EC4B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B37; }
p { color: rgb(236,75,55); }
H1.HeaderClassName
{
color: #EC4B37;
}
.AnyTagClassName
{
color: #EC4B37;
}
</style>
background-color css
<style>
a { background-color: #EC4B37; }
a { background-color: rgb(236,75,55); }
div.DivClassName
{
background-color: #EC4B37;
}
.BgClassName
{
background-color: #EC4B37;
}
</style>
border-color css
<style>
span { border-color: #EC4B37; }
span { border-color: rgb(236,75,55); }
td.TdClassName
{
border-color: #EC4B37;
}
.TagClassName
{
border-color: #EC4B37;
}
</style>