Shades of Orange Red #EF4413
Tints of Orange Red #EF4413
RGB
CMYK
RGB Variations
Color information
#EF4413 (or 0xEF4413) is known color: Orange Red. HEX triplet: EF, 44 and 13. RGB value is (239,68,19). Sum of RGB (Red+Green+Blue) = 239+68+19=326 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.31% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4413 is #10BBEC. Grayscale: #717171. Windows color (decimal): -1096685 or 1262831. OLE color: 1262831.
HSL color Cylindrical-coordinate representation of color #EF4413: hue angle of 13.36º 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 #EF4413 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 19 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.06 |
| HSL | 13.36º | 0.87% | 0.51% | - |
| HSV(B) | 13.36º | 0.92% | 0.94% | - |
| XYZ | 37.78 | 22.53 | 2.97 | - |
| YUV | 113.54 | 74.65 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 19 | 0 | 0.72 | 0.92 | 0.06 | 13.36 | 0.87 | 0.51 |
| Hex | EF | 44 | 13 | 0 | 48 | 5C | 6 | D | 57 | 33 |
| Octal | 357 | 104 | 23 | 0 | 110 | 134 | 6 | 15 | 127 | 63 |
| Binary | 11101111 | 1000100 | 10011 | 0 | 1001000 | 1011100 | 110 | 1101 | 1010111 | 110011 |
Color Harmonies of #EF4413
Complementary color
Monochromatic Colors of #EF4413
Black with #EF4413
Text Example
Text Example
White with #EF4413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4413; }
p { color: rgb(239,68,19); }
H1.HeaderClassName
{
color: #EF4413;
}
.AnyTagClassName
{
color: #EF4413;
}
</style>
background-color css
<style>
a { background-color: #EF4413; }
a { background-color: rgb(239,68,19); }
div.DivClassName
{
background-color: #EF4413;
}
.BgClassName
{
background-color: #EF4413;
}
</style>
border-color css
<style>
span { border-color: #EF4413; }
span { border-color: rgb(239,68,19); }
td.TdClassName
{
border-color: #EF4413;
}
.TagClassName
{
border-color: #EF4413;
}
</style>