Shades of Red Orange #EF2921
Tints of Red Orange #EF2921
RGB
CMYK
RGB Variations
Color information
#EF2921 (or 0xEF2921) is known color: Red Orange. HEX triplet: EF, 29 and 21. RGB value is (239,41,33). Sum of RGB (Red+Green+Blue) = 239+41+33=313 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.36% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2921 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2921 is #10D6DE. Grayscale: #636363. Windows color (decimal): -1103583 or 2173423. OLE color: 2173423.
HSL color Cylindrical-coordinate representation of color #EF2921: hue angle of 2.33º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2921 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 33 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.06 |
| HSL | 2.33º | 0.87% | 0.53% | - |
| HSV(B) | 2.33º | 0.86% | 0.94% | - |
| XYZ | 36.66 | 20.05 | 3.38 | - |
| YUV | 99.29 | 90.6 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 33 | 0 | 0.83 | 0.86 | 0.06 | 2.33 | 0.87 | 0.53 |
| Hex | EF | 29 | 21 | 0 | 53 | 56 | 6 | 2 | 57 | 35 |
| Octal | 357 | 51 | 41 | 0 | 123 | 126 | 6 | 2 | 127 | 65 |
| Binary | 11101111 | 101001 | 100001 | 0 | 1010011 | 1010110 | 110 | 10 | 1010111 | 110101 |
Color Harmonies of #EF2921
Complementary color
Monochromatic Colors of #EF2921
Black with #EF2921
Text Example
Text Example
White with #EF2921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2921; }
p { color: rgb(239,41,33); }
H1.HeaderClassName
{
color: #EF2921;
}
.AnyTagClassName
{
color: #EF2921;
}
</style>
background-color css
<style>
a { background-color: #EF2921; }
a { background-color: rgb(239,41,33); }
div.DivClassName
{
background-color: #EF2921;
}
.BgClassName
{
background-color: #EF2921;
}
</style>
border-color css
<style>
span { border-color: #EF2921; }
span { border-color: rgb(239,41,33); }
td.TdClassName
{
border-color: #EF2921;
}
.TagClassName
{
border-color: #EF2921;
}
</style>