Shades of Torch Red #EF093E
Tints of Torch Red #EF093E
RGB
CMYK
RGB Variations
Color information
#EF093E (or 0xEF093E) is known color: Torch Red. HEX triplet: EF, 09 and 3E. RGB value is (239,9,62). Sum of RGB (Red+Green+Blue) = 239+9+62=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF093E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF093E is #10F6C1. Grayscale: #535353. Windows color (decimal): -1111746 or 4065775. OLE color: 4065775.
HSL color Cylindrical-coordinate representation of color #EF093E: hue angle of 346.17º degrees, saturation: 0.93, 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 #EF093E is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 62 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.06 |
| HSL | 346.17º | 0.93% | 0.49% | - |
| HSV(B) | 346.17º | 0.96% | 0.94% | - |
| XYZ | 36.56 | 18.89 | 6.28 | - |
| YUV | 83.81 | 115.7 | 238.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 62 | 0 | 0.96 | 0.74 | 0.06 | 346.17 | 0.93 | 0.49 |
| Hex | EF | 9 | 3E | 0 | 60 | 4A | 6 | 15A | 5D | 31 |
| Octal | 357 | 11 | 76 | 0 | 140 | 112 | 6 | 532 | 135 | 61 |
| Binary | 11101111 | 1001 | 111110 | 0 | 1100000 | 1001010 | 110 | 101011010 | 1011101 | 110001 |
Color Harmonies of #EF093E
Complementary color
Monochromatic Colors of #EF093E
Black with #EF093E
Text Example
Text Example
White with #EF093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF093E; }
p { color: rgb(239,9,62); }
H1.HeaderClassName
{
color: #EF093E;
}
.AnyTagClassName
{
color: #EF093E;
}
</style>
background-color css
<style>
a { background-color: #EF093E; }
a { background-color: rgb(239,9,62); }
div.DivClassName
{
background-color: #EF093E;
}
.BgClassName
{
background-color: #EF093E;
}
</style>
border-color css
<style>
span { border-color: #EF093E; }
span { border-color: rgb(239,9,62); }
td.TdClassName
{
border-color: #EF093E;
}
.TagClassName
{
border-color: #EF093E;
}
</style>