Shades of Cinnabar #EC3A24
Tints of Cinnabar #EC3A24
RGB
CMYK
RGB Variations
Color information
#EC3A24 (or 0xEC3A24) is known color: Cinnabar. HEX triplet: EC, 3A and 24. RGB value is (236,58,36). Sum of RGB (Red+Green+Blue) = 236+58+36=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3A24 is #13C5DB. Grayscale: #6C6C6C. Windows color (decimal): -1295836 or 2374380. OLE color: 2374380.
HSL color Cylindrical-coordinate representation of color #EC3A24: hue angle of 6.6º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC3A24 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 36 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.07 |
| HSL | 6.6º | 0.84% | 0.53% | - |
| HSV(B) | 6.6º | 0.85% | 0.93% | - |
| XYZ | 36.42 | 20.99 | 3.8 | - |
| YUV | 108.71 | 86.97 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 36 | 0 | 0.75 | 0.85 | 0.07 | 6.6 | 0.84 | 0.53 |
| Hex | EC | 3A | 24 | 0 | 4B | 55 | 7 | 7 | 54 | 35 |
| Octal | 354 | 72 | 44 | 0 | 113 | 125 | 7 | 7 | 124 | 65 |
| Binary | 11101100 | 111010 | 100100 | 0 | 1001011 | 1010101 | 111 | 111 | 1010100 | 110101 |
Color Harmonies of #EC3A24
Complementary color
Monochromatic Colors of #EC3A24
Black with #EC3A24
Text Example
Text Example
White with #EC3A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3A24; }
p { color: rgb(236,58,36); }
H1.HeaderClassName
{
color: #EC3A24;
}
.AnyTagClassName
{
color: #EC3A24;
}
</style>
background-color css
<style>
a { background-color: #EC3A24; }
a { background-color: rgb(236,58,36); }
div.DivClassName
{
background-color: #EC3A24;
}
.BgClassName
{
background-color: #EC3A24;
}
</style>
border-color css
<style>
span { border-color: #EC3A24; }
span { border-color: rgb(236,58,36); }
td.TdClassName
{
border-color: #EC3A24;
}
.TagClassName
{
border-color: #EC3A24;
}
</style>