Shades of Cinnabar #EF4825
Tints of Cinnabar #EF4825
RGB
CMYK
RGB Variations
Color information
#EF4825 (or 0xEF4825) is known color: Cinnabar. HEX triplet: EF, 48 and 25. RGB value is (239,72,37). Sum of RGB (Red+Green+Blue) = 239+72+37=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4825 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4825 is #10B7DA. Grayscale: #767676. Windows color (decimal): -1095643 or 2443503. OLE color: 2443503.
HSL color Cylindrical-coordinate representation of color #EF4825: hue angle of 10.4º 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 #EF4825 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 37 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.06 |
| HSL | 10.4º | 0.86% | 0.54% | - |
| HSV(B) | 10.4º | 0.85% | 0.94% | - |
| XYZ | 38.25 | 23.12 | 4.2 | - |
| YUV | 117.94 | 82.33 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 37 | 0 | 0.70 | 0.85 | 0.06 | 10.4 | 0.86 | 0.54 |
| Hex | EF | 48 | 25 | 0 | 46 | 55 | 6 | A | 56 | 36 |
| Octal | 357 | 110 | 45 | 0 | 106 | 125 | 6 | 12 | 126 | 66 |
| Binary | 11101111 | 1001000 | 100101 | 0 | 1000110 | 1010101 | 110 | 1010 | 1010110 | 110110 |
Color Harmonies of #EF4825
Complementary color
Monochromatic Colors of #EF4825
Black with #EF4825
Text Example
Text Example
White with #EF4825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4825; }
p { color: rgb(239,72,37); }
H1.HeaderClassName
{
color: #EF4825;
}
.AnyTagClassName
{
color: #EF4825;
}
</style>
background-color css
<style>
a { background-color: #EF4825; }
a { background-color: rgb(239,72,37); }
div.DivClassName
{
background-color: #EF4825;
}
.BgClassName
{
background-color: #EF4825;
}
</style>
border-color css
<style>
span { border-color: #EF4825; }
span { border-color: rgb(239,72,37); }
td.TdClassName
{
border-color: #EF4825;
}
.TagClassName
{
border-color: #EF4825;
}
</style>