Shades of Torch Red #E90821
Tints of Torch Red #E90821
RGB
CMYK
RGB Variations
Color information
#E90821 (or 0xE90821) is known color: Torch Red. HEX triplet: E9, 08 and 21. RGB value is (233,8,33). Sum of RGB (Red+Green+Blue) = 233+8+33=274 (36% of max value = 765). Red value is 233 (91.41% from 255 or 85.04% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 233 - color contains mainly: red. Hex color #E90821 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90821 is #16F7DE. Grayscale: #4E4E4E. Windows color (decimal): -1505247 or 2164969. OLE color: 2164969.
HSL color Cylindrical-coordinate representation of color #E90821: hue angle of 353.33º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E90821 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 8 | 33 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.09 |
| HSL | 353.33º | 0.93% | 0.47% | - |
| HSV(B) | 353.33º | 0.97% | 0.91% | - |
| XYZ | 33.97 | 17.61 | 3.05 | - |
| YUV | 78.13 | 102.54 | 238.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 8 | 33 | 0 | 0.97 | 0.86 | 0.09 | 353.33 | 0.93 | 0.47 |
| Hex | E9 | 8 | 21 | 0 | 61 | 56 | 9 | 161 | 5D | 2F |
| Octal | 351 | 10 | 41 | 0 | 141 | 126 | 11 | 541 | 135 | 57 |
| Binary | 11101001 | 1000 | 100001 | 0 | 1100001 | 1010110 | 1001 | 101100001 | 1011101 | 101111 |
Color Harmonies of #E90821
Complementary color
Monochromatic Colors of #E90821
Black with #E90821
Text Example
Text Example
White with #E90821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90821; }
p { color: rgb(233,8,33); }
H1.HeaderClassName
{
color: #E90821;
}
.AnyTagClassName
{
color: #E90821;
}
</style>
background-color css
<style>
a { background-color: #E90821; }
a { background-color: rgb(233,8,33); }
div.DivClassName
{
background-color: #E90821;
}
.BgClassName
{
background-color: #E90821;
}
</style>
border-color css
<style>
span { border-color: #E90821; }
span { border-color: rgb(233,8,33); }
td.TdClassName
{
border-color: #E90821;
}
.TagClassName
{
border-color: #E90821;
}
</style>