Shades of Torch Red #EF021E
Tints of Torch Red #EF021E
RGB
CMYK
RGB Variations
Color information
#EF021E (or 0xEF021E) is known color: Torch Red. HEX triplet: EF, 02 and 1E. RGB value is (239,2,30). Sum of RGB (Red+Green+Blue) = 239+2+30=271 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.19% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 239 - color contains mainly: red. Hex color #EF021E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF021E is #10FDE1. Grayscale: #4C4C4C. Windows color (decimal): -1113570 or 1966831. OLE color: 1966831.
HSL color Cylindrical-coordinate representation of color #EF021E: hue angle of 352.91º 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 #EF021E is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 30 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.06 |
| HSL | 352.91º | 0.98% | 0.47% | - |
| HSV(B) | 352.91º | 0.99% | 0.94% | - |
| XYZ | 35.85 | 18.49 | 2.91 | - |
| YUV | 76.06 | 102.02 | 244.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 30 | 0 | 0.99 | 0.87 | 0.06 | 352.91 | 0.98 | 0.47 |
| Hex | EF | 2 | 1E | 0 | 63 | 57 | 6 | 161 | 62 | 2F |
| Octal | 357 | 2 | 36 | 0 | 143 | 127 | 6 | 541 | 142 | 57 |
| Binary | 11101111 | 10 | 11110 | 0 | 1100011 | 1010111 | 110 | 101100001 | 1100010 | 101111 |
Color Harmonies of #EF021E
Complementary color
Monochromatic Colors of #EF021E
Black with #EF021E
Text Example
Text Example
White with #EF021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF021E; }
p { color: rgb(239,2,30); }
H1.HeaderClassName
{
color: #EF021E;
}
.AnyTagClassName
{
color: #EF021E;
}
</style>
background-color css
<style>
a { background-color: #EF021E; }
a { background-color: rgb(239,2,30); }
div.DivClassName
{
background-color: #EF021E;
}
.BgClassName
{
background-color: #EF021E;
}
</style>
border-color css
<style>
span { border-color: #EF021E; }
span { border-color: rgb(239,2,30); }
td.TdClassName
{
border-color: #EF021E;
}
.TagClassName
{
border-color: #EF021E;
}
</style>