Shades of Cinnabar #EF4824
Tints of Cinnabar #EF4824
RGB
CMYK
RGB Variations
Color information
#EF4824 (or 0xEF4824) is known color: Cinnabar. HEX triplet: EF, 48 and 24. RGB value is (239,72,36). Sum of RGB (Red+Green+Blue) = 239+72+36=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 36 (14.45% from 255 or 10.37% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4824 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4824 is #10B7DB. Grayscale: #767676. Windows color (decimal): -1095644 or 2377967. OLE color: 2377967.
HSL color Cylindrical-coordinate representation of color #EF4824: hue angle of 10.64º 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 #EF4824 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 36 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.06 |
| HSL | 10.64º | 0.86% | 0.54% | - |
| HSV(B) | 10.64º | 0.85% | 0.94% | - |
| XYZ | 38.23 | 23.11 | 4.12 | - |
| YUV | 117.83 | 81.83 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 36 | 0 | 0.70 | 0.85 | 0.06 | 10.64 | 0.86 | 0.54 |
| Hex | EF | 48 | 24 | 0 | 46 | 55 | 6 | B | 56 | 36 |
| Octal | 357 | 110 | 44 | 0 | 106 | 125 | 6 | 13 | 126 | 66 |
| Binary | 11101111 | 1001000 | 100100 | 0 | 1000110 | 1010101 | 110 | 1011 | 1010110 | 110110 |
Color Harmonies of #EF4824
Complementary color
Monochromatic Colors of #EF4824
Black with #EF4824
Text Example
Text Example
White with #EF4824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4824; }
p { color: rgb(239,72,36); }
H1.HeaderClassName
{
color: #EF4824;
}
.AnyTagClassName
{
color: #EF4824;
}
</style>
background-color css
<style>
a { background-color: #EF4824; }
a { background-color: rgb(239,72,36); }
div.DivClassName
{
background-color: #EF4824;
}
.BgClassName
{
background-color: #EF4824;
}
</style>
border-color css
<style>
span { border-color: #EF4824; }
span { border-color: rgb(239,72,36); }
td.TdClassName
{
border-color: #EF4824;
}
.TagClassName
{
border-color: #EF4824;
}
</style>