Shades of Red Orange #EF2D1E
Tints of Red Orange #EF2D1E
RGB
CMYK
RGB Variations
Color information
#EF2D1E (or 0xEF2D1E) is known color: Red Orange. HEX triplet: EF, 2D and 1E. RGB value is (239,45,30). Sum of RGB (Red+Green+Blue) = 239+45+30=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2D1E is #10D2E1. Grayscale: #656565. Windows color (decimal): -1102562 or 1977839. OLE color: 1977839.
HSL color Cylindrical-coordinate representation of color #EF2D1E: hue angle of 4.31º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF2D1E is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 30 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.06 |
| HSL | 4.31º | 0.87% | 0.53% | - |
| HSV(B) | 4.31º | 0.87% | 0.94% | - |
| XYZ | 36.77 | 20.32 | 3.21 | - |
| YUV | 101.3 | 87.77 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 30 | 0 | 0.81 | 0.87 | 0.06 | 4.31 | 0.87 | 0.53 |
| Hex | EF | 2D | 1E | 0 | 51 | 57 | 6 | 4 | 57 | 35 |
| Octal | 357 | 55 | 36 | 0 | 121 | 127 | 6 | 4 | 127 | 65 |
| Binary | 11101111 | 101101 | 11110 | 0 | 1010001 | 1010111 | 110 | 100 | 1010111 | 110101 |
Color Harmonies of #EF2D1E
Complementary color
Monochromatic Colors of #EF2D1E
Black with #EF2D1E
Text Example
Text Example
White with #EF2D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2D1E; }
p { color: rgb(239,45,30); }
H1.HeaderClassName
{
color: #EF2D1E;
}
.AnyTagClassName
{
color: #EF2D1E;
}
</style>
background-color css
<style>
a { background-color: #EF2D1E; }
a { background-color: rgb(239,45,30); }
div.DivClassName
{
background-color: #EF2D1E;
}
.BgClassName
{
background-color: #EF2D1E;
}
</style>
border-color css
<style>
span { border-color: #EF2D1E; }
span { border-color: rgb(239,45,30); }
td.TdClassName
{
border-color: #EF2D1E;
}
.TagClassName
{
border-color: #EF2D1E;
}
</style>