Shades of Red Orange #EF2B1E
Tints of Red Orange #EF2B1E
RGB
CMYK
RGB Variations
Color information
#EF2B1E (or 0xEF2B1E) is known color: Red Orange. HEX triplet: EF, 2B and 1E. RGB value is (239,43,30). Sum of RGB (Red+Green+Blue) = 239+43+30=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2B1E is #10D4E1. Grayscale: #646464. Windows color (decimal): -1103074 or 1977327. OLE color: 1977327.
HSL color Cylindrical-coordinate representation of color #EF2B1E: hue angle of 3.73º 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 #EF2B1E is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 43 | 30 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.06 |
| HSL | 3.73º | 0.87% | 0.53% | - |
| HSV(B) | 3.73º | 0.87% | 0.94% | - |
| XYZ | 36.69 | 20.17 | 3.19 | - |
| YUV | 100.12 | 88.43 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 43 | 30 | 0 | 0.82 | 0.87 | 0.06 | 3.73 | 0.87 | 0.53 |
| Hex | EF | 2B | 1E | 0 | 52 | 57 | 6 | 4 | 57 | 35 |
| Octal | 357 | 53 | 36 | 0 | 122 | 127 | 6 | 4 | 127 | 65 |
| Binary | 11101111 | 101011 | 11110 | 0 | 1010010 | 1010111 | 110 | 100 | 1010111 | 110101 |
Color Harmonies of #EF2B1E
Complementary color
Monochromatic Colors of #EF2B1E
Black with #EF2B1E
Text Example
Text Example
White with #EF2B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2B1E; }
p { color: rgb(239,43,30); }
H1.HeaderClassName
{
color: #EF2B1E;
}
.AnyTagClassName
{
color: #EF2B1E;
}
</style>
background-color css
<style>
a { background-color: #EF2B1E; }
a { background-color: rgb(239,43,30); }
div.DivClassName
{
background-color: #EF2B1E;
}
.BgClassName
{
background-color: #EF2B1E;
}
</style>
border-color css
<style>
span { border-color: #EF2B1E; }
span { border-color: rgb(239,43,30); }
td.TdClassName
{
border-color: #EF2B1E;
}
.TagClassName
{
border-color: #EF2B1E;
}
</style>