Shades of Orange Red #EF4210
Tints of Orange Red #EF4210
RGB
CMYK
RGB Variations
Color information
#EF4210 (or 0xEF4210) is known color: Orange Red. HEX triplet: EF, 42 and 10. RGB value is (239,66,16). Sum of RGB (Red+Green+Blue) = 239+66+16=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4210 is #10BDEF. Grayscale: #707070. Windows color (decimal): -1097200 or 1065711. OLE color: 1065711.
HSL color Cylindrical-coordinate representation of color #EF4210: hue angle of 13.45º 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 #EF4210 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 16 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.06 |
| HSL | 13.45º | 0.87% | 0.5% | - |
| HSV(B) | 13.45º | 0.93% | 0.94% | - |
| XYZ | 37.64 | 22.28 | 2.81 | - |
| YUV | 112.03 | 73.81 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 16 | 0 | 0.72 | 0.93 | 0.06 | 13.45 | 0.87 | 0.5 |
| Hex | EF | 42 | 10 | 0 | 48 | 5D | 6 | D | 57 | 32 |
| Octal | 357 | 102 | 20 | 0 | 110 | 135 | 6 | 15 | 127 | 62 |
| Binary | 11101111 | 1000010 | 10000 | 0 | 1001000 | 1011101 | 110 | 1101 | 1010111 | 110010 |
Color Harmonies of #EF4210
Complementary color
Monochromatic Colors of #EF4210
Black with #EF4210
Text Example
Text Example
White with #EF4210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4210; }
p { color: rgb(239,66,16); }
H1.HeaderClassName
{
color: #EF4210;
}
.AnyTagClassName
{
color: #EF4210;
}
</style>
background-color css
<style>
a { background-color: #EF4210; }
a { background-color: rgb(239,66,16); }
div.DivClassName
{
background-color: #EF4210;
}
.BgClassName
{
background-color: #EF4210;
}
</style>
border-color css
<style>
span { border-color: #EF4210; }
span { border-color: rgb(239,66,16); }
td.TdClassName
{
border-color: #EF4210;
}
.TagClassName
{
border-color: #EF4210;
}
</style>