Shades of Orange Red #EF4801
Tints of Orange Red #EF4801
RGB
CMYK
RGB Variations
Color information
#EF4801 (or 0xEF4801) is known color: Orange Red. HEX triplet: EF, 48 and 01. RGB value is (239,72,1). Sum of RGB (Red+Green+Blue) = 239+72+1=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4801 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4801 is #10B7FE. Grayscale: #727272. Windows color (decimal): -1095679 or 84207. OLE color: 84207.
HSL color Cylindrical-coordinate representation of color #EF4801: hue angle of 17.9º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF4801 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 1 | - |
| CMYK | 0 | 0.70 | 1.00 | 0.06 |
| HSL | 17.9º | 0.99% | 0.47% | - |
| HSV(B) | 17.9º | 1% | 0.94% | - |
| XYZ | 37.92 | 22.99 | 2.47 | - |
| YUV | 113.84 | 64.33 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 1 | 0 | 0.70 | 1.00 | 0.06 | 17.9 | 0.99 | 0.47 |
| Hex | EF | 48 | 1 | 0 | 46 | 64 | 6 | 12 | 63 | 2F |
| Octal | 357 | 110 | 1 | 0 | 106 | 144 | 6 | 22 | 143 | 57 |
| Binary | 11101111 | 1001000 | 1 | 0 | 1000110 | 1100100 | 110 | 10010 | 1100011 | 101111 |
Color Harmonies of #EF4801
Complementary color
Monochromatic Colors of #EF4801
Black with #EF4801
Text Example
Text Example
White with #EF4801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4801; }
p { color: rgb(239,72,1); }
H1.HeaderClassName
{
color: #EF4801;
}
.AnyTagClassName
{
color: #EF4801;
}
</style>
background-color css
<style>
a { background-color: #EF4801; }
a { background-color: rgb(239,72,1); }
div.DivClassName
{
background-color: #EF4801;
}
.BgClassName
{
background-color: #EF4801;
}
</style>
border-color css
<style>
span { border-color: #EF4801; }
span { border-color: rgb(239,72,1); }
td.TdClassName
{
border-color: #EF4801;
}
.TagClassName
{
border-color: #EF4801;
}
</style>