Shades of Orange Red #EF4510
Tints of Orange Red #EF4510
RGB
CMYK
RGB Variations
Color information
#EF4510 (or 0xEF4510) is known color: Orange Red. HEX triplet: EF, 45 and 10. RGB value is (239,69,16). Sum of RGB (Red+Green+Blue) = 239+69+16=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4510 is #10BAEF. Grayscale: #727272. Windows color (decimal): -1096432 or 1066479. OLE color: 1066479.
HSL color Cylindrical-coordinate representation of color #EF4510: hue angle of 14.26º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF4510 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 16 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.06 |
| HSL | 14.26º | 0.87% | 0.5% | - |
| HSV(B) | 14.26º | 0.93% | 0.94% | - |
| XYZ | 37.82 | 22.64 | 2.87 | - |
| YUV | 113.79 | 72.82 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 16 | 0 | 0.71 | 0.93 | 0.06 | 14.26 | 0.87 | 0.5 |
| Hex | EF | 45 | 10 | 0 | 47 | 5D | 6 | E | 57 | 32 |
| Octal | 357 | 105 | 20 | 0 | 107 | 135 | 6 | 16 | 127 | 62 |
| Binary | 11101111 | 1000101 | 10000 | 0 | 1000111 | 1011101 | 110 | 1110 | 1010111 | 110010 |
Color Harmonies of #EF4510
Complementary color
Monochromatic Colors of #EF4510
Black with #EF4510
Text Example
Text Example
White with #EF4510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4510; }
p { color: rgb(239,69,16); }
H1.HeaderClassName
{
color: #EF4510;
}
.AnyTagClassName
{
color: #EF4510;
}
</style>
background-color css
<style>
a { background-color: #EF4510; }
a { background-color: rgb(239,69,16); }
div.DivClassName
{
background-color: #EF4510;
}
.BgClassName
{
background-color: #EF4510;
}
</style>
border-color css
<style>
span { border-color: #EF4510; }
span { border-color: rgb(239,69,16); }
td.TdClassName
{
border-color: #EF4510;
}
.TagClassName
{
border-color: #EF4510;
}
</style>