Shades of Orange Red #EF4515
Tints of Orange Red #EF4515
RGB
CMYK
RGB Variations
Color information
#EF4515 (or 0xEF4515) is known color: Orange Red. HEX triplet: EF, 45 and 15. RGB value is (239,69,21). Sum of RGB (Red+Green+Blue) = 239+69+21=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4515 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4515 is #10BAEA. Grayscale: #727272. Windows color (decimal): -1096427 or 1394159. OLE color: 1394159.
HSL color Cylindrical-coordinate representation of color #EF4515: hue angle of 13.21º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF4515 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 21 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.06 |
| HSL | 13.21º | 0.87% | 0.51% | - |
| HSV(B) | 13.21º | 0.91% | 0.94% | - |
| XYZ | 37.86 | 22.66 | 3.09 | - |
| YUV | 114.36 | 75.32 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 21 | 0 | 0.71 | 0.91 | 0.06 | 13.21 | 0.87 | 0.51 |
| Hex | EF | 45 | 15 | 0 | 47 | 5B | 6 | D | 57 | 33 |
| Octal | 357 | 105 | 25 | 0 | 107 | 133 | 6 | 15 | 127 | 63 |
| Binary | 11101111 | 1000101 | 10101 | 0 | 1000111 | 1011011 | 110 | 1101 | 1010111 | 110011 |
Color Harmonies of #EF4515
Complementary color
Monochromatic Colors of #EF4515
Black with #EF4515
Text Example
Text Example
White with #EF4515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4515; }
p { color: rgb(239,69,21); }
H1.HeaderClassName
{
color: #EF4515;
}
.AnyTagClassName
{
color: #EF4515;
}
</style>
background-color css
<style>
a { background-color: #EF4515; }
a { background-color: rgb(239,69,21); }
div.DivClassName
{
background-color: #EF4515;
}
.BgClassName
{
background-color: #EF4515;
}
</style>
border-color css
<style>
span { border-color: #EF4515; }
span { border-color: rgb(239,69,21); }
td.TdClassName
{
border-color: #EF4515;
}
.TagClassName
{
border-color: #EF4515;
}
</style>