Shades of Cinnabar #EF4024
Tints of Cinnabar #EF4024
RGB
CMYK
RGB Variations
Color information
#EF4024 (or 0xEF4024) is known color: Cinnabar. HEX triplet: EF, 40 and 24. RGB value is (239,64,36). Sum of RGB (Red+Green+Blue) = 239+64+36=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4024 is #10BFDB. Grayscale: #717171. Windows color (decimal): -1097692 or 2375919. OLE color: 2375919.
HSL color Cylindrical-coordinate representation of color #EF4024: hue angle of 8.28º 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 #EF4024 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 36 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.06 |
| HSL | 8.28º | 0.86% | 0.54% | - |
| HSV(B) | 8.28º | 0.85% | 0.94% | - |
| XYZ | 37.75 | 22.14 | 3.95 | - |
| YUV | 113.13 | 84.48 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 36 | 0 | 0.73 | 0.85 | 0.06 | 8.28 | 0.86 | 0.54 |
| Hex | EF | 40 | 24 | 0 | 49 | 55 | 6 | 8 | 56 | 36 |
| Octal | 357 | 100 | 44 | 0 | 111 | 125 | 6 | 10 | 126 | 66 |
| Binary | 11101111 | 1000000 | 100100 | 0 | 1001001 | 1010101 | 110 | 1000 | 1010110 | 110110 |
Color Harmonies of #EF4024
Complementary color
Monochromatic Colors of #EF4024
Black with #EF4024
Text Example
Text Example
White with #EF4024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4024; }
p { color: rgb(239,64,36); }
H1.HeaderClassName
{
color: #EF4024;
}
.AnyTagClassName
{
color: #EF4024;
}
</style>
background-color css
<style>
a { background-color: #EF4024; }
a { background-color: rgb(239,64,36); }
div.DivClassName
{
background-color: #EF4024;
}
.BgClassName
{
background-color: #EF4024;
}
</style>
border-color css
<style>
span { border-color: #EF4024; }
span { border-color: rgb(239,64,36); }
td.TdClassName
{
border-color: #EF4024;
}
.TagClassName
{
border-color: #EF4024;
}
</style>