Shades of Cinnabar #EF4A24
Tints of Cinnabar #EF4A24
RGB
CMYK
RGB Variations
Color information
#EF4A24 (or 0xEF4A24) is known color: Cinnabar. HEX triplet: EF, 4A and 24. RGB value is (239,74,36). Sum of RGB (Red+Green+Blue) = 239+74+36=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 36 (14.45% from 255 or 10.32% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4A24 is #10B5DB. Grayscale: #777777. Windows color (decimal): -1095132 or 2378479. OLE color: 2378479.
HSL color Cylindrical-coordinate representation of color #EF4A24: hue angle of 11.23º 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 #EF4A24 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 36 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.06 |
| HSL | 11.23º | 0.86% | 0.54% | - |
| HSV(B) | 11.23º | 0.85% | 0.94% | - |
| XYZ | 38.36 | 23.38 | 4.16 | - |
| YUV | 119 | 81.16 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 36 | 0 | 0.69 | 0.85 | 0.06 | 11.23 | 0.86 | 0.54 |
| Hex | EF | 4A | 24 | 0 | 45 | 55 | 6 | B | 56 | 36 |
| Octal | 357 | 112 | 44 | 0 | 105 | 125 | 6 | 13 | 126 | 66 |
| Binary | 11101111 | 1001010 | 100100 | 0 | 1000101 | 1010101 | 110 | 1011 | 1010110 | 110110 |
Color Harmonies of #EF4A24
Complementary color
Monochromatic Colors of #EF4A24
Black with #EF4A24
Text Example
Text Example
White with #EF4A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4A24; }
p { color: rgb(239,74,36); }
H1.HeaderClassName
{
color: #EF4A24;
}
.AnyTagClassName
{
color: #EF4A24;
}
</style>
background-color css
<style>
a { background-color: #EF4A24; }
a { background-color: rgb(239,74,36); }
div.DivClassName
{
background-color: #EF4A24;
}
.BgClassName
{
background-color: #EF4A24;
}
</style>
border-color css
<style>
span { border-color: #EF4A24; }
span { border-color: rgb(239,74,36); }
td.TdClassName
{
border-color: #EF4A24;
}
.TagClassName
{
border-color: #EF4A24;
}
</style>