Shades of Torch Red #EF0E3E
Tints of Torch Red #EF0E3E
RGB
CMYK
RGB Variations
Color information
#EF0E3E (or 0xEF0E3E) is known color: Torch Red. HEX triplet: EF, 0E and 3E. RGB value is (239,14,62). Sum of RGB (Red+Green+Blue) = 239+14+62=315 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.87% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0E3E is #10F1C1. Grayscale: #565656. Windows color (decimal): -1110466 or 4067055. OLE color: 4067055.
HSL color Cylindrical-coordinate representation of color #EF0E3E: hue angle of 347.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0E3E is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 62 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.06 |
| HSL | 347.2º | 0.89% | 0.5% | - |
| HSV(B) | 347.2º | 0.94% | 0.94% | - |
| XYZ | 36.62 | 19.01 | 6.3 | - |
| YUV | 86.75 | 114.04 | 236.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 62 | 0 | 0.94 | 0.74 | 0.06 | 347.2 | 0.89 | 0.5 |
| Hex | EF | E | 3E | 0 | 5E | 4A | 6 | 15B | 59 | 32 |
| Octal | 357 | 16 | 76 | 0 | 136 | 112 | 6 | 533 | 131 | 62 |
| Binary | 11101111 | 1110 | 111110 | 0 | 1011110 | 1001010 | 110 | 101011011 | 1011001 | 110010 |
Color Harmonies of #EF0E3E
Complementary color
Monochromatic Colors of #EF0E3E
Black with #EF0E3E
Text Example
Text Example
White with #EF0E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0E3E; }
p { color: rgb(239,14,62); }
H1.HeaderClassName
{
color: #EF0E3E;
}
.AnyTagClassName
{
color: #EF0E3E;
}
</style>
background-color css
<style>
a { background-color: #EF0E3E; }
a { background-color: rgb(239,14,62); }
div.DivClassName
{
background-color: #EF0E3E;
}
.BgClassName
{
background-color: #EF0E3E;
}
</style>
border-color css
<style>
span { border-color: #EF0E3E; }
span { border-color: rgb(239,14,62); }
td.TdClassName
{
border-color: #EF0E3E;
}
.TagClassName
{
border-color: #EF0E3E;
}
</style>