Shades of Red Orange #EF2421
Tints of Red Orange #EF2421
RGB
CMYK
RGB Variations
Color information
#EF2421 (or 0xEF2421) is known color: Red Orange. HEX triplet: EF, 24 and 21. RGB value is (239,36,33). Sum of RGB (Red+Green+Blue) = 239+36+33=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2421 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2421 is #10DBDE. Grayscale: #606060. Windows color (decimal): -1104863 or 2172143. OLE color: 2172143.
HSL color Cylindrical-coordinate representation of color #EF2421: hue angle of 0.87º 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 #EF2421 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 33 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.06 |
| HSL | 0.87º | 0.87% | 0.53% | - |
| HSV(B) | 0.87º | 0.86% | 0.94% | - |
| XYZ | 36.5 | 19.72 | 3.32 | - |
| YUV | 96.36 | 92.25 | 229.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 33 | 0 | 0.85 | 0.86 | 0.06 | 0.87 | 0.87 | 0.53 |
| Hex | EF | 24 | 21 | 0 | 55 | 56 | 6 | 1 | 57 | 35 |
| Octal | 357 | 44 | 41 | 0 | 125 | 126 | 6 | 1 | 127 | 65 |
| Binary | 11101111 | 100100 | 100001 | 0 | 1010101 | 1010110 | 110 | 1 | 1010111 | 110101 |
Color Harmonies of #EF2421
Complementary color
Monochromatic Colors of #EF2421
Black with #EF2421
Text Example
Text Example
White with #EF2421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2421; }
p { color: rgb(239,36,33); }
H1.HeaderClassName
{
color: #EF2421;
}
.AnyTagClassName
{
color: #EF2421;
}
</style>
background-color css
<style>
a { background-color: #EF2421; }
a { background-color: rgb(239,36,33); }
div.DivClassName
{
background-color: #EF2421;
}
.BgClassName
{
background-color: #EF2421;
}
</style>
border-color css
<style>
span { border-color: #EF2421; }
span { border-color: rgb(239,36,33); }
td.TdClassName
{
border-color: #EF2421;
}
.TagClassName
{
border-color: #EF2421;
}
</style>