Shades of Orange Red #EF4519
Tints of Orange Red #EF4519
RGB
CMYK
RGB Variations
Color information
#EF4519 (or 0xEF4519) is known color: Orange Red. HEX triplet: EF, 45 and 19. RGB value is (239,69,25). Sum of RGB (Red+Green+Blue) = 239+69+25=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4519 is #10BAE6. Grayscale: #737373. Windows color (decimal): -1096423 or 1656303. OLE color: 1656303.
HSL color Cylindrical-coordinate representation of color #EF4519: hue angle of 12.34º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF4519 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 25 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.06 |
| HSL | 12.34º | 0.87% | 0.52% | - |
| HSV(B) | 12.34º | 0.9% | 0.94% | - |
| XYZ | 37.9 | 22.68 | 3.3 | - |
| YUV | 114.81 | 77.32 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 25 | 0 | 0.71 | 0.90 | 0.06 | 12.34 | 0.87 | 0.52 |
| Hex | EF | 45 | 19 | 0 | 47 | 5A | 6 | C | 57 | 34 |
| Octal | 357 | 105 | 31 | 0 | 107 | 132 | 6 | 14 | 127 | 64 |
| Binary | 11101111 | 1000101 | 11001 | 0 | 1000111 | 1011010 | 110 | 1100 | 1010111 | 110100 |
Color Harmonies of #EF4519
Complementary color
Monochromatic Colors of #EF4519
Black with #EF4519
Text Example
Text Example
White with #EF4519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4519; }
p { color: rgb(239,69,25); }
H1.HeaderClassName
{
color: #EF4519;
}
.AnyTagClassName
{
color: #EF4519;
}
</style>
background-color css
<style>
a { background-color: #EF4519; }
a { background-color: rgb(239,69,25); }
div.DivClassName
{
background-color: #EF4519;
}
.BgClassName
{
background-color: #EF4519;
}
</style>
border-color css
<style>
span { border-color: #EF4519; }
span { border-color: rgb(239,69,25); }
td.TdClassName
{
border-color: #EF4519;
}
.TagClassName
{
border-color: #EF4519;
}
</style>