Shades of Red Orange #EF2828
Tints of Red Orange #EF2828
RGB
CMYK
RGB Variations
Color information
#EF2828 (or 0xEF2828) is known color: Red Orange. HEX triplet: EF, 28 and 28. RGB value is (239,40,40). Sum of RGB (Red+Green+Blue) = 239+40+40=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2828 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2828 is #10D7D7. Grayscale: #636363. Windows color (decimal): -1103832 or 2631919. OLE color: 2631919.
HSL color Cylindrical-coordinate representation of color #EF2828: hue angle of 0º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF2828 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 40 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.06 |
| HSL | 0º | 0.86% | 0.55% | - |
| HSV(B) | 0º | 0.83% | 0.94% | - |
| XYZ | 36.74 | 20.02 | 3.94 | - |
| YUV | 99.5 | 94.43 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 40 | 0 | 0.83 | 0.83 | 0.06 | 0 | 0.86 | 0.55 |
| Hex | EF | 28 | 28 | 0 | 53 | 53 | 6 | 0 | 56 | 37 |
| Octal | 357 | 50 | 50 | 0 | 123 | 123 | 6 | 0 | 126 | 67 |
| Binary | 11101111 | 101000 | 101000 | 0 | 1010011 | 1010011 | 110 | 0 | 1010110 | 110111 |
Color Harmonies of #EF2828
Complementary color
Monochromatic Colors of #EF2828
Black with #EF2828
Text Example
Text Example
White with #EF2828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2828; }
p { color: rgb(239,40,40); }
H1.HeaderClassName
{
color: #EF2828;
}
.AnyTagClassName
{
color: #EF2828;
}
</style>
background-color css
<style>
a { background-color: #EF2828; }
a { background-color: rgb(239,40,40); }
div.DivClassName
{
background-color: #EF2828;
}
.BgClassName
{
background-color: #EF2828;
}
</style>
border-color css
<style>
span { border-color: #EF2828; }
span { border-color: rgb(239,40,40); }
td.TdClassName
{
border-color: #EF2828;
}
.TagClassName
{
border-color: #EF2828;
}
</style>