Shades of Orange Red #EF420A
Tints of Orange Red #EF420A
RGB
CMYK
RGB Variations
Color information
#EF420A (or 0xEF420A) is known color: Orange Red. HEX triplet: EF, 42 and 0A. RGB value is (239,66,10). Sum of RGB (Red+Green+Blue) = 239+66+10=315 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.87% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 239 - color contains mainly: red. Hex color #EF420A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF420A is #10BDF5. Grayscale: #6F6F6F. Windows color (decimal): -1097206 or 672495. OLE color: 672495.
HSL color Cylindrical-coordinate representation of color #EF420A: hue angle of 14.67º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF420A is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 10 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.06 |
| HSL | 14.67º | 0.92% | 0.49% | - |
| HSV(B) | 14.67º | 0.96% | 0.94% | - |
| XYZ | 37.6 | 22.27 | 2.6 | - |
| YUV | 111.34 | 70.81 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 10 | 0 | 0.72 | 0.96 | 0.06 | 14.67 | 0.92 | 0.49 |
| Hex | EF | 42 | A | 0 | 48 | 60 | 6 | F | 5C | 31 |
| Octal | 357 | 102 | 12 | 0 | 110 | 140 | 6 | 17 | 134 | 61 |
| Binary | 11101111 | 1000010 | 1010 | 0 | 1001000 | 1100000 | 110 | 1111 | 1011100 | 110001 |
Color Harmonies of #EF420A
Complementary color
Monochromatic Colors of #EF420A
Black with #EF420A
Text Example
Text Example
White with #EF420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF420A; }
p { color: rgb(239,66,10); }
H1.HeaderClassName
{
color: #EF420A;
}
.AnyTagClassName
{
color: #EF420A;
}
</style>
background-color css
<style>
a { background-color: #EF420A; }
a { background-color: rgb(239,66,10); }
div.DivClassName
{
background-color: #EF420A;
}
.BgClassName
{
background-color: #EF420A;
}
</style>
border-color css
<style>
span { border-color: #EF420A; }
span { border-color: rgb(239,66,10); }
td.TdClassName
{
border-color: #EF420A;
}
.TagClassName
{
border-color: #EF420A;
}
</style>