Shades of Orange Red #EF4119
Tints of Orange Red #EF4119
RGB
CMYK
RGB Variations
Color information
#EF4119 (or 0xEF4119) is known color: Orange Red. HEX triplet: EF, 41 and 19. RGB value is (239,65,25). Sum of RGB (Red+Green+Blue) = 239+65+25=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4119 is #10BEE6. Grayscale: #707070. Windows color (decimal): -1097447 or 1655279. OLE color: 1655279.
HSL color Cylindrical-coordinate representation of color #EF4119: hue angle of 11.21º 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 #EF4119 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 25 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.06 |
| HSL | 11.21º | 0.87% | 0.52% | - |
| HSV(B) | 11.21º | 0.9% | 0.94% | - |
| XYZ | 37.66 | 22.2 | 3.22 | - |
| YUV | 112.47 | 78.65 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 25 | 0 | 0.73 | 0.90 | 0.06 | 11.21 | 0.87 | 0.52 |
| Hex | EF | 41 | 19 | 0 | 49 | 5A | 6 | B | 57 | 34 |
| Octal | 357 | 101 | 31 | 0 | 111 | 132 | 6 | 13 | 127 | 64 |
| Binary | 11101111 | 1000001 | 11001 | 0 | 1001001 | 1011010 | 110 | 1011 | 1010111 | 110100 |
Color Harmonies of #EF4119
Complementary color
Monochromatic Colors of #EF4119
Black with #EF4119
Text Example
Text Example
White with #EF4119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4119; }
p { color: rgb(239,65,25); }
H1.HeaderClassName
{
color: #EF4119;
}
.AnyTagClassName
{
color: #EF4119;
}
</style>
background-color css
<style>
a { background-color: #EF4119; }
a { background-color: rgb(239,65,25); }
div.DivClassName
{
background-color: #EF4119;
}
.BgClassName
{
background-color: #EF4119;
}
</style>
border-color css
<style>
span { border-color: #EF4119; }
span { border-color: rgb(239,65,25); }
td.TdClassName
{
border-color: #EF4119;
}
.TagClassName
{
border-color: #EF4119;
}
</style>