Shades of Torch Red #E90520
Tints of Torch Red #E90520
RGB
CMYK
RGB Variations
Color information
#E90520 (or 0xE90520) is known color: Torch Red. HEX triplet: E9, 05 and 20. RGB value is (233,5,32). Sum of RGB (Red+Green+Blue) = 233+5+32=270 (35% of max value = 765). Red value is 233 (91.41% from 255 or 86.30% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 233 - color contains mainly: red. Hex color #E90520 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90520 is #16FADF. Grayscale: #4C4C4C. Windows color (decimal): -1506016 or 2098665. OLE color: 2098665.
HSL color Cylindrical-coordinate representation of color #E90520: hue angle of 352.89º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E90520 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 5 | 32 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.09 |
| HSL | 352.89º | 0.96% | 0.47% | - |
| HSV(B) | 352.89º | 0.98% | 0.91% | - |
| XYZ | 33.92 | 17.54 | 2.96 | - |
| YUV | 76.25 | 103.04 | 239.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 5 | 32 | 0 | 0.98 | 0.86 | 0.09 | 352.89 | 0.96 | 0.47 |
| Hex | E9 | 5 | 20 | 0 | 62 | 56 | 9 | 161 | 60 | 2F |
| Octal | 351 | 5 | 40 | 0 | 142 | 126 | 11 | 541 | 140 | 57 |
| Binary | 11101001 | 101 | 100000 | 0 | 1100010 | 1010110 | 1001 | 101100001 | 1100000 | 101111 |
Color Harmonies of #E90520
Complementary color
Monochromatic Colors of #E90520
Black with #E90520
Text Example
Text Example
White with #E90520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90520; }
p { color: rgb(233,5,32); }
H1.HeaderClassName
{
color: #E90520;
}
.AnyTagClassName
{
color: #E90520;
}
</style>
background-color css
<style>
a { background-color: #E90520; }
a { background-color: rgb(233,5,32); }
div.DivClassName
{
background-color: #E90520;
}
.BgClassName
{
background-color: #E90520;
}
</style>
border-color css
<style>
span { border-color: #E90520; }
span { border-color: rgb(233,5,32); }
td.TdClassName
{
border-color: #E90520;
}
.TagClassName
{
border-color: #E90520;
}
</style>