Shades of Orange Red #EF4212
Tints of Orange Red #EF4212
RGB
CMYK
RGB Variations
Color information
#EF4212 (or 0xEF4212) is known color: Orange Red. HEX triplet: EF, 42 and 12. RGB value is (239,66,18). Sum of RGB (Red+Green+Blue) = 239+66+18=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4212 is #10BDED. Grayscale: #707070. Windows color (decimal): -1097198 or 1196783. OLE color: 1196783.
HSL color Cylindrical-coordinate representation of color #EF4212: hue angle of 13.03º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF4212 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 18 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.06 |
| HSL | 13.03º | 0.87% | 0.5% | - |
| HSV(B) | 13.03º | 0.92% | 0.94% | - |
| XYZ | 37.65 | 22.29 | 2.89 | - |
| YUV | 112.26 | 74.81 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 18 | 0 | 0.72 | 0.92 | 0.06 | 13.03 | 0.87 | 0.5 |
| Hex | EF | 42 | 12 | 0 | 48 | 5C | 6 | D | 57 | 32 |
| Octal | 357 | 102 | 22 | 0 | 110 | 134 | 6 | 15 | 127 | 62 |
| Binary | 11101111 | 1000010 | 10010 | 0 | 1001000 | 1011100 | 110 | 1101 | 1010111 | 110010 |
Color Harmonies of #EF4212
Complementary color
Monochromatic Colors of #EF4212
Black with #EF4212
Text Example
Text Example
White with #EF4212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4212; }
p { color: rgb(239,66,18); }
H1.HeaderClassName
{
color: #EF4212;
}
.AnyTagClassName
{
color: #EF4212;
}
</style>
background-color css
<style>
a { background-color: #EF4212; }
a { background-color: rgb(239,66,18); }
div.DivClassName
{
background-color: #EF4212;
}
.BgClassName
{
background-color: #EF4212;
}
</style>
border-color css
<style>
span { border-color: #EF4212; }
span { border-color: rgb(239,66,18); }
td.TdClassName
{
border-color: #EF4212;
}
.TagClassName
{
border-color: #EF4212;
}
</style>