Shades of Torch Red #E90521
Tints of Torch Red #E90521
RGB
CMYK
RGB Variations
Color information
#E90521 (or 0xE90521) is known color: Torch Red. HEX triplet: E9, 05 and 21. RGB value is (233,5,33). Sum of RGB (Red+Green+Blue) = 233+5+33=271 (35% of max value = 765). Red value is 233 (91.41% from 255 or 85.98% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 233 - color contains mainly: red. Hex color #E90521 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90521 is #16FADE. Grayscale: #4C4C4C. Windows color (decimal): -1506015 or 2164201. OLE color: 2164201.
HSL color Cylindrical-coordinate representation of color #E90521: hue angle of 352.63º 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 #E90521 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 5 | 33 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.09 |
| HSL | 352.63º | 0.96% | 0.47% | - |
| HSV(B) | 352.63º | 0.98% | 0.91% | - |
| XYZ | 33.93 | 17.54 | 3.04 | - |
| YUV | 76.36 | 103.54 | 239.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 5 | 33 | 0 | 0.98 | 0.86 | 0.09 | 352.63 | 0.96 | 0.47 |
| Hex | E9 | 5 | 21 | 0 | 62 | 56 | 9 | 161 | 60 | 2F |
| Octal | 351 | 5 | 41 | 0 | 142 | 126 | 11 | 541 | 140 | 57 |
| Binary | 11101001 | 101 | 100001 | 0 | 1100010 | 1010110 | 1001 | 101100001 | 1100000 | 101111 |
Color Harmonies of #E90521
Complementary color
Monochromatic Colors of #E90521
Black with #E90521
Text Example
Text Example
White with #E90521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90521; }
p { color: rgb(233,5,33); }
H1.HeaderClassName
{
color: #E90521;
}
.AnyTagClassName
{
color: #E90521;
}
</style>
background-color css
<style>
a { background-color: #E90521; }
a { background-color: rgb(233,5,33); }
div.DivClassName
{
background-color: #E90521;
}
.BgClassName
{
background-color: #E90521;
}
</style>
border-color css
<style>
span { border-color: #E90521; }
span { border-color: rgb(233,5,33); }
td.TdClassName
{
border-color: #E90521;
}
.TagClassName
{
border-color: #E90521;
}
</style>