Shades of Red Orange #EF2C1F
Tints of Red Orange #EF2C1F
RGB
CMYK
RGB Variations
Color information
#EF2C1F (or 0xEF2C1F) is known color: Red Orange. HEX triplet: EF, 2C and 1F. RGB value is (239,44,31). Sum of RGB (Red+Green+Blue) = 239+44+31=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2C1F is #10D3E0. Grayscale: #656565. Windows color (decimal): -1102817 or 2043119. OLE color: 2043119.
HSL color Cylindrical-coordinate representation of color #EF2C1F: hue angle of 3.75º 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 #EF2C1F is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 31 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.06 |
| HSL | 3.75º | 0.87% | 0.53% | - |
| HSV(B) | 3.75º | 0.87% | 0.94% | - |
| XYZ | 36.74 | 20.25 | 3.27 | - |
| YUV | 100.82 | 88.6 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 31 | 0 | 0.82 | 0.87 | 0.06 | 3.75 | 0.87 | 0.53 |
| Hex | EF | 2C | 1F | 0 | 52 | 57 | 6 | 4 | 57 | 35 |
| Octal | 357 | 54 | 37 | 0 | 122 | 127 | 6 | 4 | 127 | 65 |
| Binary | 11101111 | 101100 | 11111 | 0 | 1010010 | 1010111 | 110 | 100 | 1010111 | 110101 |
Color Harmonies of #EF2C1F
Complementary color
Monochromatic Colors of #EF2C1F
Black with #EF2C1F
Text Example
Text Example
White with #EF2C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2C1F; }
p { color: rgb(239,44,31); }
H1.HeaderClassName
{
color: #EF2C1F;
}
.AnyTagClassName
{
color: #EF2C1F;
}
</style>
background-color css
<style>
a { background-color: #EF2C1F; }
a { background-color: rgb(239,44,31); }
div.DivClassName
{
background-color: #EF2C1F;
}
.BgClassName
{
background-color: #EF2C1F;
}
</style>
border-color css
<style>
span { border-color: #EF2C1F; }
span { border-color: rgb(239,44,31); }
td.TdClassName
{
border-color: #EF2C1F;
}
.TagClassName
{
border-color: #EF2C1F;
}
</style>