Shades of Torch Red #E90A20
Tints of Torch Red #E90A20
RGB
CMYK
RGB Variations
Color information
#E90A20 (or 0xE90A20) is known color: Torch Red. HEX triplet: E9, 0A and 20. RGB value is (233,10,32). Sum of RGB (Red+Green+Blue) = 233+10+32=275 (36% of max value = 765). Red value is 233 (91.41% from 255 or 84.73% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 233 - color contains mainly: red. Hex color #E90A20 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90A20 is #16F5DF. Grayscale: #4F4F4F. Windows color (decimal): -1504736 or 2099945. OLE color: 2099945.
HSL color Cylindrical-coordinate representation of color #E90A20: hue angle of 354.08º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E90A20 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 10 | 32 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.09 |
| HSL | 354.08º | 0.92% | 0.48% | - |
| HSV(B) | 354.08º | 0.96% | 0.91% | - |
| XYZ | 33.97 | 17.65 | 2.98 | - |
| YUV | 79.19 | 101.38 | 237.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 10 | 32 | 0 | 0.96 | 0.86 | 0.09 | 354.08 | 0.92 | 0.48 |
| Hex | E9 | A | 20 | 0 | 60 | 56 | 9 | 162 | 5C | 30 |
| Octal | 351 | 12 | 40 | 0 | 140 | 126 | 11 | 542 | 134 | 60 |
| Binary | 11101001 | 1010 | 100000 | 0 | 1100000 | 1010110 | 1001 | 101100010 | 1011100 | 110000 |
Color Harmonies of #E90A20
Complementary color
Monochromatic Colors of #E90A20
Black with #E90A20
Text Example
Text Example
White with #E90A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90A20; }
p { color: rgb(233,10,32); }
H1.HeaderClassName
{
color: #E90A20;
}
.AnyTagClassName
{
color: #E90A20;
}
</style>
background-color css
<style>
a { background-color: #E90A20; }
a { background-color: rgb(233,10,32); }
div.DivClassName
{
background-color: #E90A20;
}
.BgClassName
{
background-color: #E90A20;
}
</style>
border-color css
<style>
span { border-color: #E90A20; }
span { border-color: rgb(233,10,32); }
td.TdClassName
{
border-color: #E90A20;
}
.TagClassName
{
border-color: #E90A20;
}
</style>