Shades of Torch Red #EF0420
Tints of Torch Red #EF0420
RGB
CMYK
RGB Variations
Color information
#EF0420 (or 0xEF0420) is known color: Torch Red. HEX triplet: EF, 04 and 20. RGB value is (239,4,32). Sum of RGB (Red+Green+Blue) = 239+4+32=275 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.91% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0420 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0420 is #10FBDF. Grayscale: #4D4D4D. Windows color (decimal): -1113056 or 2098415. OLE color: 2098415.
HSL color Cylindrical-coordinate representation of color #EF0420: hue angle of 352.85º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF0420 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 32 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.06 |
| HSL | 352.85º | 0.97% | 0.48% | - |
| HSV(B) | 352.85º | 0.98% | 0.94% | - |
| XYZ | 35.9 | 18.54 | 3.05 | - |
| YUV | 77.46 | 102.36 | 243.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 32 | 0 | 0.98 | 0.87 | 0.06 | 352.85 | 0.97 | 0.48 |
| Hex | EF | 4 | 20 | 0 | 62 | 57 | 6 | 161 | 61 | 30 |
| Octal | 357 | 4 | 40 | 0 | 142 | 127 | 6 | 541 | 141 | 60 |
| Binary | 11101111 | 100 | 100000 | 0 | 1100010 | 1010111 | 110 | 101100001 | 1100001 | 110000 |
Color Harmonies of #EF0420
Complementary color
Monochromatic Colors of #EF0420
Black with #EF0420
Text Example
Text Example
White with #EF0420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0420; }
p { color: rgb(239,4,32); }
H1.HeaderClassName
{
color: #EF0420;
}
.AnyTagClassName
{
color: #EF0420;
}
</style>
background-color css
<style>
a { background-color: #EF0420; }
a { background-color: rgb(239,4,32); }
div.DivClassName
{
background-color: #EF0420;
}
.BgClassName
{
background-color: #EF0420;
}
</style>
border-color css
<style>
span { border-color: #EF0420; }
span { border-color: rgb(239,4,32); }
td.TdClassName
{
border-color: #EF0420;
}
.TagClassName
{
border-color: #EF0420;
}
</style>