Shades of Red Orange #EF2D22
Tints of Red Orange #EF2D22
RGB
CMYK
RGB Variations
Color information
#EF2D22 (or 0xEF2D22) is known color: Red Orange. HEX triplet: EF, 2D and 22. RGB value is (239,45,34). Sum of RGB (Red+Green+Blue) = 239+45+34=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2D22 is #10D2DD. Grayscale: #656565. Windows color (decimal): -1102558 or 2239983. OLE color: 2239983.
HSL color Cylindrical-coordinate representation of color #EF2D22: hue angle of 3.22º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2D22 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 34 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.06 |
| HSL | 3.22º | 0.86% | 0.54% | - |
| HSV(B) | 3.22º | 0.86% | 0.94% | - |
| XYZ | 36.82 | 20.34 | 3.5 | - |
| YUV | 101.75 | 89.77 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 34 | 0 | 0.81 | 0.86 | 0.06 | 3.22 | 0.86 | 0.54 |
| Hex | EF | 2D | 22 | 0 | 51 | 56 | 6 | 3 | 56 | 36 |
| Octal | 357 | 55 | 42 | 0 | 121 | 126 | 6 | 3 | 126 | 66 |
| Binary | 11101111 | 101101 | 100010 | 0 | 1010001 | 1010110 | 110 | 11 | 1010110 | 110110 |
Color Harmonies of #EF2D22
Complementary color
Monochromatic Colors of #EF2D22
Black with #EF2D22
Text Example
Text Example
White with #EF2D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2D22; }
p { color: rgb(239,45,34); }
H1.HeaderClassName
{
color: #EF2D22;
}
.AnyTagClassName
{
color: #EF2D22;
}
</style>
background-color css
<style>
a { background-color: #EF2D22; }
a { background-color: rgb(239,45,34); }
div.DivClassName
{
background-color: #EF2D22;
}
.BgClassName
{
background-color: #EF2D22;
}
</style>
border-color css
<style>
span { border-color: #EF2D22; }
span { border-color: rgb(239,45,34); }
td.TdClassName
{
border-color: #EF2D22;
}
.TagClassName
{
border-color: #EF2D22;
}
</style>