Shades of Red Orange #EF2D1F
Tints of Red Orange #EF2D1F
RGB
CMYK
RGB Variations
Color information
#EF2D1F (or 0xEF2D1F) is known color: Red Orange. HEX triplet: EF, 2D and 1F. RGB value is (239,45,31). Sum of RGB (Red+Green+Blue) = 239+45+31=315 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.87% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2D1F is #10D2E0. Grayscale: #656565. Windows color (decimal): -1102561 or 2043375. OLE color: 2043375.
HSL color Cylindrical-coordinate representation of color #EF2D1F: hue angle of 4.04º 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 #EF2D1F is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 31 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.06 |
| HSL | 4.04º | 0.87% | 0.53% | - |
| HSV(B) | 4.04º | 0.87% | 0.94% | - |
| XYZ | 36.78 | 20.33 | 3.28 | - |
| YUV | 101.41 | 88.27 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 31 | 0 | 0.81 | 0.87 | 0.06 | 4.04 | 0.87 | 0.53 |
| Hex | EF | 2D | 1F | 0 | 51 | 57 | 6 | 4 | 57 | 35 |
| Octal | 357 | 55 | 37 | 0 | 121 | 127 | 6 | 4 | 127 | 65 |
| Binary | 11101111 | 101101 | 11111 | 0 | 1010001 | 1010111 | 110 | 100 | 1010111 | 110101 |
Color Harmonies of #EF2D1F
Complementary color
Monochromatic Colors of #EF2D1F
Black with #EF2D1F
Text Example
Text Example
White with #EF2D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2D1F; }
p { color: rgb(239,45,31); }
H1.HeaderClassName
{
color: #EF2D1F;
}
.AnyTagClassName
{
color: #EF2D1F;
}
</style>
background-color css
<style>
a { background-color: #EF2D1F; }
a { background-color: rgb(239,45,31); }
div.DivClassName
{
background-color: #EF2D1F;
}
.BgClassName
{
background-color: #EF2D1F;
}
</style>
border-color css
<style>
span { border-color: #EF2D1F; }
span { border-color: rgb(239,45,31); }
td.TdClassName
{
border-color: #EF2D1F;
}
.TagClassName
{
border-color: #EF2D1F;
}
</style>