Shades of Red Orange #EF2F2E
Tints of Red Orange #EF2F2E
RGB
CMYK
RGB Variations
Color information
#EF2F2E (or 0xEF2F2E) is known color: Red Orange. HEX triplet: EF, 2F and 2E. RGB value is (239,47,46). Sum of RGB (Red+Green+Blue) = 239+47+46=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2F2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2F2E is #10D0D1. Grayscale: #686868. Windows color (decimal): -1102034 or 3026927. OLE color: 3026927.
HSL color Cylindrical-coordinate representation of color #EF2F2E: hue angle of 0.31º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2F2E is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 47 | 46 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.06 |
| HSL | 0.31º | 0.86% | 0.56% | - |
| HSV(B) | 0.31º | 0.81% | 0.94% | - |
| XYZ | 37.11 | 20.58 | 4.6 | - |
| YUV | 104.29 | 95.11 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 47 | 46 | 0 | 0.80 | 0.81 | 0.06 | 0.31 | 0.86 | 0.56 |
| Hex | EF | 2F | 2E | 0 | 50 | 51 | 6 | 0 | 56 | 38 |
| Octal | 357 | 57 | 56 | 0 | 120 | 121 | 6 | 0 | 126 | 70 |
| Binary | 11101111 | 101111 | 101110 | 0 | 1010000 | 1010001 | 110 | 0 | 1010110 | 111000 |
Color Harmonies of #EF2F2E
Complementary color
Monochromatic Colors of #EF2F2E
Black with #EF2F2E
Text Example
Text Example
White with #EF2F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2F2E; }
p { color: rgb(239,47,46); }
H1.HeaderClassName
{
color: #EF2F2E;
}
.AnyTagClassName
{
color: #EF2F2E;
}
</style>
background-color css
<style>
a { background-color: #EF2F2E; }
a { background-color: rgb(239,47,46); }
div.DivClassName
{
background-color: #EF2F2E;
}
.BgClassName
{
background-color: #EF2F2E;
}
</style>
border-color css
<style>
span { border-color: #EF2F2E; }
span { border-color: rgb(239,47,46); }
td.TdClassName
{
border-color: #EF2F2E;
}
.TagClassName
{
border-color: #EF2F2E;
}
</style>