Shades of Orange Red #EF4A1A
Tints of Orange Red #EF4A1A
RGB
CMYK
RGB Variations
Color information
#EF4A1A (or 0xEF4A1A) is known color: Orange Red. HEX triplet: EF, 4A and 1A. RGB value is (239,74,26). Sum of RGB (Red+Green+Blue) = 239+74+26=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4A1A is #10B5E5. Grayscale: #767676. Windows color (decimal): -1095142 or 1723119. OLE color: 1723119.
HSL color Cylindrical-coordinate representation of color #EF4A1A: hue angle of 13.52º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF4A1A is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 26 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.06 |
| HSL | 13.52º | 0.87% | 0.52% | - |
| HSV(B) | 13.52º | 0.89% | 0.94% | - |
| XYZ | 38.23 | 23.32 | 3.46 | - |
| YUV | 117.86 | 76.16 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 26 | 0 | 0.69 | 0.89 | 0.06 | 13.52 | 0.87 | 0.52 |
| Hex | EF | 4A | 1A | 0 | 45 | 59 | 6 | E | 57 | 34 |
| Octal | 357 | 112 | 32 | 0 | 105 | 131 | 6 | 16 | 127 | 64 |
| Binary | 11101111 | 1001010 | 11010 | 0 | 1000101 | 1011001 | 110 | 1110 | 1010111 | 110100 |
Color Harmonies of #EF4A1A
Complementary color
Monochromatic Colors of #EF4A1A
Black with #EF4A1A
Text Example
Text Example
White with #EF4A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4A1A; }
p { color: rgb(239,74,26); }
H1.HeaderClassName
{
color: #EF4A1A;
}
.AnyTagClassName
{
color: #EF4A1A;
}
</style>
background-color css
<style>
a { background-color: #EF4A1A; }
a { background-color: rgb(239,74,26); }
div.DivClassName
{
background-color: #EF4A1A;
}
.BgClassName
{
background-color: #EF4A1A;
}
</style>
border-color css
<style>
span { border-color: #EF4A1A; }
span { border-color: rgb(239,74,26); }
td.TdClassName
{
border-color: #EF4A1A;
}
.TagClassName
{
border-color: #EF4A1A;
}
</style>