Shades of Red Orange #EF2D21
Tints of Red Orange #EF2D21
RGB
CMYK
RGB Variations
Color information
#EF2D21 (or 0xEF2D21) is known color: Red Orange. HEX triplet: EF, 2D and 21. RGB value is (239,45,33). Sum of RGB (Red+Green+Blue) = 239+45+33=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2D21 is #10D2DE. Grayscale: #656565. Windows color (decimal): -1102559 or 2174447. OLE color: 2174447.
HSL color Cylindrical-coordinate representation of color #EF2D21: hue angle of 3.5º 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 #EF2D21 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 33 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.06 |
| HSL | 3.5º | 0.87% | 0.53% | - |
| HSV(B) | 3.5º | 0.86% | 0.94% | - |
| XYZ | 36.81 | 20.34 | 3.42 | - |
| YUV | 101.64 | 89.27 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 33 | 0 | 0.81 | 0.86 | 0.06 | 3.5 | 0.87 | 0.53 |
| Hex | EF | 2D | 21 | 0 | 51 | 56 | 6 | 3 | 57 | 35 |
| Octal | 357 | 55 | 41 | 0 | 121 | 126 | 6 | 3 | 127 | 65 |
| Binary | 11101111 | 101101 | 100001 | 0 | 1010001 | 1010110 | 110 | 11 | 1010111 | 110101 |
Color Harmonies of #EF2D21
Complementary color
Monochromatic Colors of #EF2D21
Black with #EF2D21
Text Example
Text Example
White with #EF2D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2D21; }
p { color: rgb(239,45,33); }
H1.HeaderClassName
{
color: #EF2D21;
}
.AnyTagClassName
{
color: #EF2D21;
}
</style>
background-color css
<style>
a { background-color: #EF2D21; }
a { background-color: rgb(239,45,33); }
div.DivClassName
{
background-color: #EF2D21;
}
.BgClassName
{
background-color: #EF2D21;
}
</style>
border-color css
<style>
span { border-color: #EF2D21; }
span { border-color: rgb(239,45,33); }
td.TdClassName
{
border-color: #EF2D21;
}
.TagClassName
{
border-color: #EF2D21;
}
</style>