Shades of Orange Red #EF3713
Tints of Orange Red #EF3713
RGB
CMYK
RGB Variations
Color information
#EF3713 (or 0xEF3713) is known color: Orange Red. HEX triplet: EF, 37 and 13. RGB value is (239,55,19). Sum of RGB (Red+Green+Blue) = 239+55+19=313 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.36% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3713 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3713 is #10C8EC. Grayscale: #6A6A6A. Windows color (decimal): -1100013 or 1259503. OLE color: 1259503.
HSL color Cylindrical-coordinate representation of color #EF3713: hue angle of 9.82º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF3713 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 19 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.06 |
| HSL | 9.82º | 0.87% | 0.51% | - |
| HSV(B) | 9.82º | 0.92% | 0.94% | - |
| XYZ | 37.08 | 21.13 | 2.74 | - |
| YUV | 105.91 | 78.96 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 19 | 0 | 0.77 | 0.92 | 0.06 | 9.82 | 0.87 | 0.51 |
| Hex | EF | 37 | 13 | 0 | 4D | 5C | 6 | A | 57 | 33 |
| Octal | 357 | 67 | 23 | 0 | 115 | 134 | 6 | 12 | 127 | 63 |
| Binary | 11101111 | 110111 | 10011 | 0 | 1001101 | 1011100 | 110 | 1010 | 1010111 | 110011 |
Color Harmonies of #EF3713
Complementary color
Monochromatic Colors of #EF3713
Black with #EF3713
Text Example
Text Example
White with #EF3713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3713; }
p { color: rgb(239,55,19); }
H1.HeaderClassName
{
color: #EF3713;
}
.AnyTagClassName
{
color: #EF3713;
}
</style>
background-color css
<style>
a { background-color: #EF3713; }
a { background-color: rgb(239,55,19); }
div.DivClassName
{
background-color: #EF3713;
}
.BgClassName
{
background-color: #EF3713;
}
</style>
border-color css
<style>
span { border-color: #EF3713; }
span { border-color: rgb(239,55,19); }
td.TdClassName
{
border-color: #EF3713;
}
.TagClassName
{
border-color: #EF3713;
}
</style>