Shades of Red Orange #EF2823
Tints of Red Orange #EF2823
RGB
CMYK
RGB Variations
Color information
#EF2823 (or 0xEF2823) is known color: Red Orange. HEX triplet: EF, 28 and 23. RGB value is (239,40,35). Sum of RGB (Red+Green+Blue) = 239+40+35=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 35 (14.06% from 255 or 11.15% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2823 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2823 is #10D7DC. Grayscale: #636363. Windows color (decimal): -1103837 or 2304239. OLE color: 2304239.
HSL color Cylindrical-coordinate representation of color #EF2823: hue angle of 1.47º 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 #EF2823 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 35 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.06 |
| HSL | 1.47º | 0.86% | 0.54% | - |
| HSV(B) | 1.47º | 0.85% | 0.94% | - |
| XYZ | 36.66 | 19.99 | 3.52 | - |
| YUV | 98.93 | 91.93 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 35 | 0 | 0.83 | 0.85 | 0.06 | 1.47 | 0.86 | 0.54 |
| Hex | EF | 28 | 23 | 0 | 53 | 55 | 6 | 1 | 56 | 36 |
| Octal | 357 | 50 | 43 | 0 | 123 | 125 | 6 | 1 | 126 | 66 |
| Binary | 11101111 | 101000 | 100011 | 0 | 1010011 | 1010101 | 110 | 1 | 1010110 | 110110 |
Color Harmonies of #EF2823
Complementary color
Monochromatic Colors of #EF2823
Black with #EF2823
Text Example
Text Example
White with #EF2823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2823; }
p { color: rgb(239,40,35); }
H1.HeaderClassName
{
color: #EF2823;
}
.AnyTagClassName
{
color: #EF2823;
}
</style>
background-color css
<style>
a { background-color: #EF2823; }
a { background-color: rgb(239,40,35); }
div.DivClassName
{
background-color: #EF2823;
}
.BgClassName
{
background-color: #EF2823;
}
</style>
border-color css
<style>
span { border-color: #EF2823; }
span { border-color: rgb(239,40,35); }
td.TdClassName
{
border-color: #EF2823;
}
.TagClassName
{
border-color: #EF2823;
}
</style>