Shades of Orange Red #EF4912
Tints of Orange Red #EF4912
RGB
CMYK
RGB Variations
Color information
#EF4912 (or 0xEF4912) is known color: Orange Red. HEX triplet: EF, 49 and 12. RGB value is (239,73,18). Sum of RGB (Red+Green+Blue) = 239+73+18=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4912 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4912 is #10B6ED. Grayscale: #747474. Windows color (decimal): -1095406 or 1198575. OLE color: 1198575.
HSL color Cylindrical-coordinate representation of color #EF4912: hue angle of 14.93º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF4912 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 73 | 18 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.06 |
| HSL | 14.93º | 0.87% | 0.5% | - |
| HSV(B) | 14.93º | 0.92% | 0.94% | - |
| XYZ | 38.09 | 23.16 | 3.04 | - |
| YUV | 116.36 | 72.5 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 18 | 0 | 0.69 | 0.92 | 0.06 | 14.93 | 0.87 | 0.5 |
| Hex | EF | 49 | 12 | 0 | 45 | 5C | 6 | F | 57 | 32 |
| Octal | 357 | 111 | 22 | 0 | 105 | 134 | 6 | 17 | 127 | 62 |
| Binary | 11101111 | 1001001 | 10010 | 0 | 1000101 | 1011100 | 110 | 1111 | 1010111 | 110010 |
Color Harmonies of #EF4912
Complementary color
Monochromatic Colors of #EF4912
Black with #EF4912
Text Example
Text Example
White with #EF4912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4912; }
p { color: rgb(239,73,18); }
H1.HeaderClassName
{
color: #EF4912;
}
.AnyTagClassName
{
color: #EF4912;
}
</style>
background-color css
<style>
a { background-color: #EF4912; }
a { background-color: rgb(239,73,18); }
div.DivClassName
{
background-color: #EF4912;
}
.BgClassName
{
background-color: #EF4912;
}
</style>
border-color css
<style>
span { border-color: #EF4912; }
span { border-color: rgb(239,73,18); }
td.TdClassName
{
border-color: #EF4912;
}
.TagClassName
{
border-color: #EF4912;
}
</style>