Shades of Orange Red #EF4313
Tints of Orange Red #EF4313
RGB
CMYK
RGB Variations
Color information
#EF4313 (or 0xEF4313) is known color: Orange Red. HEX triplet: EF, 43 and 13. RGB value is (239,67,19). Sum of RGB (Red+Green+Blue) = 239+67+19=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4313 is #10BCEC. Grayscale: #717171. Windows color (decimal): -1096941 or 1262575. OLE color: 1262575.
HSL color Cylindrical-coordinate representation of color #EF4313: hue angle of 13.09º 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 #EF4313 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 67 | 19 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.06 |
| HSL | 13.09º | 0.87% | 0.51% | - |
| HSV(B) | 13.09º | 0.92% | 0.94% | - |
| XYZ | 37.72 | 22.41 | 2.95 | - |
| YUV | 112.96 | 74.98 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 19 | 0 | 0.72 | 0.92 | 0.06 | 13.09 | 0.87 | 0.51 |
| Hex | EF | 43 | 13 | 0 | 48 | 5C | 6 | D | 57 | 33 |
| Octal | 357 | 103 | 23 | 0 | 110 | 134 | 6 | 15 | 127 | 63 |
| Binary | 11101111 | 1000011 | 10011 | 0 | 1001000 | 1011100 | 110 | 1101 | 1010111 | 110011 |
Color Harmonies of #EF4313
Complementary color
Monochromatic Colors of #EF4313
Black with #EF4313
Text Example
Text Example
White with #EF4313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4313; }
p { color: rgb(239,67,19); }
H1.HeaderClassName
{
color: #EF4313;
}
.AnyTagClassName
{
color: #EF4313;
}
</style>
background-color css
<style>
a { background-color: #EF4313; }
a { background-color: rgb(239,67,19); }
div.DivClassName
{
background-color: #EF4313;
}
.BgClassName
{
background-color: #EF4313;
}
</style>
border-color css
<style>
span { border-color: #EF4313; }
span { border-color: rgb(239,67,19); }
td.TdClassName
{
border-color: #EF4313;
}
.TagClassName
{
border-color: #EF4313;
}
</style>