Shades of Torch Red #EF022E
Tints of Torch Red #EF022E
RGB
CMYK
RGB Variations
Color information
#EF022E (or 0xEF022E) is known color: Torch Red. HEX triplet: EF, 02 and 2E. RGB value is (239,2,46). Sum of RGB (Red+Green+Blue) = 239+2+46=287 (38% of max value = 765). Red value is 239 (93.75% from 255 or 83.28% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 239 - color contains mainly: red. Hex color #EF022E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF022E is #10FDD1. Grayscale: #4D4D4D. Windows color (decimal): -1113554 or 3015407. OLE color: 3015407.
HSL color Cylindrical-coordinate representation of color #EF022E: hue angle of 348.86º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF022E is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 46 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.06 |
| HSL | 348.86º | 0.98% | 0.47% | - |
| HSV(B) | 348.86º | 0.99% | 0.94% | - |
| XYZ | 36.11 | 18.59 | 4.27 | - |
| YUV | 77.88 | 110.02 | 242.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 46 | 0 | 0.99 | 0.81 | 0.06 | 348.86 | 0.98 | 0.47 |
| Hex | EF | 2 | 2E | 0 | 63 | 51 | 6 | 15D | 62 | 2F |
| Octal | 357 | 2 | 56 | 0 | 143 | 121 | 6 | 535 | 142 | 57 |
| Binary | 11101111 | 10 | 101110 | 0 | 1100011 | 1010001 | 110 | 101011101 | 1100010 | 101111 |
Color Harmonies of #EF022E
Complementary color
Monochromatic Colors of #EF022E
Black with #EF022E
Text Example
Text Example
White with #EF022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF022E; }
p { color: rgb(239,2,46); }
H1.HeaderClassName
{
color: #EF022E;
}
.AnyTagClassName
{
color: #EF022E;
}
</style>
background-color css
<style>
a { background-color: #EF022E; }
a { background-color: rgb(239,2,46); }
div.DivClassName
{
background-color: #EF022E;
}
.BgClassName
{
background-color: #EF022E;
}
</style>
border-color css
<style>
span { border-color: #EF022E; }
span { border-color: rgb(239,2,46); }
td.TdClassName
{
border-color: #EF022E;
}
.TagClassName
{
border-color: #EF022E;
}
</style>