Shades of Cinnabar #EF3C24
Tints of Cinnabar #EF3C24
RGB
CMYK
RGB Variations
Color information
#EF3C24 (or 0xEF3C24) is known color: Cinnabar. HEX triplet: EF, 3C and 24. RGB value is (239,60,36). Sum of RGB (Red+Green+Blue) = 239+60+36=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3C24 is #10C3DB. Grayscale: #6F6F6F. Windows color (decimal): -1098716 or 2374895. OLE color: 2374895.
HSL color Cylindrical-coordinate representation of color #EF3C24: hue angle of 7.09º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF3C24 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 60 | 36 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.06 |
| HSL | 7.09º | 0.86% | 0.54% | - |
| HSV(B) | 7.09º | 0.85% | 0.94% | - |
| XYZ | 37.53 | 21.71 | 3.88 | - |
| YUV | 110.79 | 85.8 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 60 | 36 | 0 | 0.75 | 0.85 | 0.06 | 7.09 | 0.86 | 0.54 |
| Hex | EF | 3C | 24 | 0 | 4B | 55 | 6 | 7 | 56 | 36 |
| Octal | 357 | 74 | 44 | 0 | 113 | 125 | 6 | 7 | 126 | 66 |
| Binary | 11101111 | 111100 | 100100 | 0 | 1001011 | 1010101 | 110 | 111 | 1010110 | 110110 |
Color Harmonies of #EF3C24
Complementary color
Monochromatic Colors of #EF3C24
Black with #EF3C24
Text Example
Text Example
White with #EF3C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3C24; }
p { color: rgb(239,60,36); }
H1.HeaderClassName
{
color: #EF3C24;
}
.AnyTagClassName
{
color: #EF3C24;
}
</style>
background-color css
<style>
a { background-color: #EF3C24; }
a { background-color: rgb(239,60,36); }
div.DivClassName
{
background-color: #EF3C24;
}
.BgClassName
{
background-color: #EF3C24;
}
</style>
border-color css
<style>
span { border-color: #EF3C24; }
span { border-color: rgb(239,60,36); }
td.TdClassName
{
border-color: #EF3C24;
}
.TagClassName
{
border-color: #EF3C24;
}
</style>