Shades of Cinnabar #EF3A24
Tints of Cinnabar #EF3A24
RGB
CMYK
RGB Variations
Color information
#EF3A24 (or 0xEF3A24) is known color: Cinnabar. HEX triplet: EF, 3A and 24. RGB value is (239,58,36). Sum of RGB (Red+Green+Blue) = 239+58+36=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3A24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3A24 is #10C5DB. Grayscale: #6D6D6D. Windows color (decimal): -1099228 or 2374383. OLE color: 2374383.
HSL color Cylindrical-coordinate representation of color #EF3A24: hue angle of 6.5º 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 #EF3A24 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 58 | 36 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.06 |
| HSL | 6.5º | 0.86% | 0.54% | - |
| HSV(B) | 6.5º | 0.85% | 0.94% | - |
| XYZ | 37.43 | 21.5 | 3.85 | - |
| YUV | 109.61 | 86.47 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 58 | 36 | 0 | 0.76 | 0.85 | 0.06 | 6.5 | 0.86 | 0.54 |
| Hex | EF | 3A | 24 | 0 | 4C | 55 | 6 | 7 | 56 | 36 |
| Octal | 357 | 72 | 44 | 0 | 114 | 125 | 6 | 7 | 126 | 66 |
| Binary | 11101111 | 111010 | 100100 | 0 | 1001100 | 1010101 | 110 | 111 | 1010110 | 110110 |
Color Harmonies of #EF3A24
Complementary color
Monochromatic Colors of #EF3A24
Black with #EF3A24
Text Example
Text Example
White with #EF3A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3A24; }
p { color: rgb(239,58,36); }
H1.HeaderClassName
{
color: #EF3A24;
}
.AnyTagClassName
{
color: #EF3A24;
}
</style>
background-color css
<style>
a { background-color: #EF3A24; }
a { background-color: rgb(239,58,36); }
div.DivClassName
{
background-color: #EF3A24;
}
.BgClassName
{
background-color: #EF3A24;
}
</style>
border-color css
<style>
span { border-color: #EF3A24; }
span { border-color: rgb(239,58,36); }
td.TdClassName
{
border-color: #EF3A24;
}
.TagClassName
{
border-color: #EF3A24;
}
</style>