Shades of Cinnabar #EF5024
Tints of Cinnabar #EF5024
RGB
CMYK
RGB Variations
Color information
#EF5024 (or 0xEF5024) is known color: Cinnabar. HEX triplet: EF, 50 and 24. RGB value is (239,80,36). Sum of RGB (Red+Green+Blue) = 239+80+36=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 36 (14.45% from 255 or 10.14% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5024 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5024 is #10AFDB. Grayscale: #7A7A7A. Windows color (decimal): -1093596 or 2380015. OLE color: 2380015.
HSL color Cylindrical-coordinate representation of color #EF5024: hue angle of 13º 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 #EF5024 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 36 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.06 |
| HSL | 13º | 0.86% | 0.54% | - |
| HSV(B) | 13º | 0.85% | 0.94% | - |
| XYZ | 38.78 | 24.22 | 4.3 | - |
| YUV | 122.53 | 79.18 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 36 | 0 | 0.67 | 0.85 | 0.06 | 13 | 0.86 | 0.54 |
| Hex | EF | 50 | 24 | 0 | 43 | 55 | 6 | D | 56 | 36 |
| Octal | 357 | 120 | 44 | 0 | 103 | 125 | 6 | 15 | 126 | 66 |
| Binary | 11101111 | 1010000 | 100100 | 0 | 1000011 | 1010101 | 110 | 1101 | 1010110 | 110110 |
Color Harmonies of #EF5024
Complementary color
Monochromatic Colors of #EF5024
Black with #EF5024
Text Example
Text Example
White with #EF5024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5024; }
p { color: rgb(239,80,36); }
H1.HeaderClassName
{
color: #EF5024;
}
.AnyTagClassName
{
color: #EF5024;
}
</style>
background-color css
<style>
a { background-color: #EF5024; }
a { background-color: rgb(239,80,36); }
div.DivClassName
{
background-color: #EF5024;
}
.BgClassName
{
background-color: #EF5024;
}
</style>
border-color css
<style>
span { border-color: #EF5024; }
span { border-color: rgb(239,80,36); }
td.TdClassName
{
border-color: #EF5024;
}
.TagClassName
{
border-color: #EF5024;
}
</style>