Shades of Cinnabar #EF5124
Tints of Cinnabar #EF5124
RGB
CMYK
RGB Variations
Color information
#EF5124 (or 0xEF5124) is known color: Cinnabar. HEX triplet: EF, 51 and 24. RGB value is (239,81,36). Sum of RGB (Red+Green+Blue) = 239+81+36=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5124 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5124 is #10AEDB. Grayscale: #7B7B7B. Windows color (decimal): -1093340 or 2380271. OLE color: 2380271.
HSL color Cylindrical-coordinate representation of color #EF5124: hue angle of 13.3º 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 #EF5124 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 36 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.06 |
| HSL | 13.3º | 0.86% | 0.54% | - |
| HSV(B) | 13.3º | 0.85% | 0.94% | - |
| XYZ | 38.86 | 24.36 | 4.32 | - |
| YUV | 123.11 | 78.85 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 36 | 0 | 0.66 | 0.85 | 0.06 | 13.3 | 0.86 | 0.54 |
| Hex | EF | 51 | 24 | 0 | 42 | 55 | 6 | D | 56 | 36 |
| Octal | 357 | 121 | 44 | 0 | 102 | 125 | 6 | 15 | 126 | 66 |
| Binary | 11101111 | 1010001 | 100100 | 0 | 1000010 | 1010101 | 110 | 1101 | 1010110 | 110110 |
Color Harmonies of #EF5124
Complementary color
Monochromatic Colors of #EF5124
Black with #EF5124
Text Example
Text Example
White with #EF5124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5124; }
p { color: rgb(239,81,36); }
H1.HeaderClassName
{
color: #EF5124;
}
.AnyTagClassName
{
color: #EF5124;
}
</style>
background-color css
<style>
a { background-color: #EF5124; }
a { background-color: rgb(239,81,36); }
div.DivClassName
{
background-color: #EF5124;
}
.BgClassName
{
background-color: #EF5124;
}
</style>
border-color css
<style>
span { border-color: #EF5124; }
span { border-color: rgb(239,81,36); }
td.TdClassName
{
border-color: #EF5124;
}
.TagClassName
{
border-color: #EF5124;
}
</style>