Shades of Orange Red #EF3901
Tints of Orange Red #EF3901
RGB
CMYK
RGB Variations
Color information
#EF3901 (or 0xEF3901) is known color: Orange Red. HEX triplet: EF, 39 and 01. RGB value is (239,57,1). Sum of RGB (Red+Green+Blue) = 239+57+1=297 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.47% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3901 is #10C6FE. Grayscale: #696969. Windows color (decimal): -1099519 or 80367. OLE color: 80367.
HSL color Cylindrical-coordinate representation of color #EF3901: hue angle of 14.12º 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 #EF3901 is Cyan = 0, Magento = 0.76, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 57 | 1 | - |
| CMYK | 0 | 0.76 | 1.00 | 0.06 |
| HSL | 14.12º | 0.99% | 0.47% | - |
| HSV(B) | 14.12º | 1% | 0.94% | - |
| XYZ | 37.07 | 21.28 | 2.18 | - |
| YUV | 105.03 | 69.3 | 223.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 57 | 1 | 0 | 0.76 | 1.00 | 0.06 | 14.12 | 0.99 | 0.47 |
| Hex | EF | 39 | 1 | 0 | 4C | 64 | 6 | E | 63 | 2F |
| Octal | 357 | 71 | 1 | 0 | 114 | 144 | 6 | 16 | 143 | 57 |
| Binary | 11101111 | 111001 | 1 | 0 | 1001100 | 1100100 | 110 | 1110 | 1100011 | 101111 |
Color Harmonies of #EF3901
Complementary color
Monochromatic Colors of #EF3901
Black with #EF3901
Text Example
Text Example
White with #EF3901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3901; }
p { color: rgb(239,57,1); }
H1.HeaderClassName
{
color: #EF3901;
}
.AnyTagClassName
{
color: #EF3901;
}
</style>
background-color css
<style>
a { background-color: #EF3901; }
a { background-color: rgb(239,57,1); }
div.DivClassName
{
background-color: #EF3901;
}
.BgClassName
{
background-color: #EF3901;
}
</style>
border-color css
<style>
span { border-color: #EF3901; }
span { border-color: rgb(239,57,1); }
td.TdClassName
{
border-color: #EF3901;
}
.TagClassName
{
border-color: #EF3901;
}
</style>