Shades of Torch Red #EF0020
Tints of Torch Red #EF0020
RGB
CMYK
RGB Variations
Color information
#EF0020 (or 0xEF0020) is known color: Torch Red. HEX triplet: EF, 00 and 20. RGB value is (239,0,32). Sum of RGB (Red+Green+Blue) = 239+0+32=271 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.19% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0020 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0020 is #10FFDF. Grayscale: #4B4B4B. Windows color (decimal): -1114080 or 2097391. OLE color: 2097391.
HSL color Cylindrical-coordinate representation of color #EF0020: hue angle of 351.97º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0020 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.87 | 0.06 |
| HSL | 351.97º | 1% | 0.47% | - |
| HSV(B) | 351.97º | 1% | 0.94% | - |
| XYZ | 35.86 | 18.46 | 3.04 | - |
| YUV | 75.11 | 103.68 | 244.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 32 | 0 | 1 | 0.87 | 0.06 | 351.97 | 1 | 0.47 |
| Hex | EF | 0 | 20 | 0 | 64 | 57 | 6 | 160 | 64 | 2F |
| Octal | 357 | 0 | 40 | 0 | 144 | 127 | 6 | 540 | 144 | 57 |
| Binary | 11101111 | 0 | 100000 | 0 | 1100100 | 1010111 | 110 | 101100000 | 1100100 | 101111 |
Color Harmonies of #EF0020
Complementary color
Monochromatic Colors of #EF0020
Black with #EF0020
Text Example
Text Example
White with #EF0020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0020; }
p { color: rgb(239,0,32); }
H1.HeaderClassName
{
color: #EF0020;
}
.AnyTagClassName
{
color: #EF0020;
}
</style>
background-color css
<style>
a { background-color: #EF0020; }
a { background-color: rgb(239,0,32); }
div.DivClassName
{
background-color: #EF0020;
}
.BgClassName
{
background-color: #EF0020;
}
</style>
border-color css
<style>
span { border-color: #EF0020; }
span { border-color: rgb(239,0,32); }
td.TdClassName
{
border-color: #EF0020;
}
.TagClassName
{
border-color: #EF0020;
}
</style>