Shades of Cinnabar #EF4524
Tints of Cinnabar #EF4524
RGB
CMYK
RGB Variations
Color information
#EF4524 (or 0xEF4524) is known color: Cinnabar. HEX triplet: EF, 45 and 24. RGB value is (239,69,36). Sum of RGB (Red+Green+Blue) = 239+69+36=344 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.48% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4524 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4524 is #10BADB. Grayscale: #747474. Windows color (decimal): -1096412 or 2377199. OLE color: 2377199.
HSL color Cylindrical-coordinate representation of color #EF4524: hue angle of 9.75º 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 #EF4524 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 36 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.06 |
| HSL | 9.75º | 0.86% | 0.54% | - |
| HSV(B) | 9.75º | 0.85% | 0.94% | - |
| XYZ | 38.04 | 22.73 | 4.05 | - |
| YUV | 116.07 | 82.82 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 36 | 0 | 0.71 | 0.85 | 0.06 | 9.75 | 0.86 | 0.54 |
| Hex | EF | 45 | 24 | 0 | 47 | 55 | 6 | A | 56 | 36 |
| Octal | 357 | 105 | 44 | 0 | 107 | 125 | 6 | 12 | 126 | 66 |
| Binary | 11101111 | 1000101 | 100100 | 0 | 1000111 | 1010101 | 110 | 1010 | 1010110 | 110110 |
Color Harmonies of #EF4524
Complementary color
Monochromatic Colors of #EF4524
Black with #EF4524
Text Example
Text Example
White with #EF4524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4524; }
p { color: rgb(239,69,36); }
H1.HeaderClassName
{
color: #EF4524;
}
.AnyTagClassName
{
color: #EF4524;
}
</style>
background-color css
<style>
a { background-color: #EF4524; }
a { background-color: rgb(239,69,36); }
div.DivClassName
{
background-color: #EF4524;
}
.BgClassName
{
background-color: #EF4524;
}
</style>
border-color css
<style>
span { border-color: #EF4524; }
span { border-color: rgb(239,69,36); }
td.TdClassName
{
border-color: #EF4524;
}
.TagClassName
{
border-color: #EF4524;
}
</style>