Shades of Torch Red #E90A2B
Tints of Torch Red #E90A2B
RGB
CMYK
RGB Variations
Color information
#E90A2B (or 0xE90A2B) is known color: Torch Red. HEX triplet: E9, 0A and 2B. RGB value is (233,10,43). Sum of RGB (Red+Green+Blue) = 233+10+43=286 (37% of max value = 765). Red value is 233 (91.41% from 255 or 81.47% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 233 - color contains mainly: red. Hex color #E90A2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90A2B is #16F5D4. Grayscale: #505050. Windows color (decimal): -1504725 or 2820841. OLE color: 2820841.
HSL color Cylindrical-coordinate representation of color #E90A2B: hue angle of 351.12º 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 #E90A2B is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 10 | 43 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.09 |
| HSL | 351.12º | 0.92% | 0.48% | - |
| HSV(B) | 351.12º | 0.96% | 0.91% | - |
| XYZ | 34.15 | 17.72 | 3.91 | - |
| YUV | 80.44 | 106.88 | 236.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 10 | 43 | 0 | 0.96 | 0.82 | 0.09 | 351.12 | 0.92 | 0.48 |
| Hex | E9 | A | 2B | 0 | 60 | 52 | 9 | 15F | 5C | 30 |
| Octal | 351 | 12 | 53 | 0 | 140 | 122 | 11 | 537 | 134 | 60 |
| Binary | 11101001 | 1010 | 101011 | 0 | 1100000 | 1010010 | 1001 | 101011111 | 1011100 | 110000 |
Color Harmonies of #E90A2B
Complementary color
Monochromatic Colors of #E90A2B
Black with #E90A2B
Text Example
Text Example
White with #E90A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90A2B; }
p { color: rgb(233,10,43); }
H1.HeaderClassName
{
color: #E90A2B;
}
.AnyTagClassName
{
color: #E90A2B;
}
</style>
background-color css
<style>
a { background-color: #E90A2B; }
a { background-color: rgb(233,10,43); }
div.DivClassName
{
background-color: #E90A2B;
}
.BgClassName
{
background-color: #E90A2B;
}
</style>
border-color css
<style>
span { border-color: #E90A2B; }
span { border-color: rgb(233,10,43); }
td.TdClassName
{
border-color: #E90A2B;
}
.TagClassName
{
border-color: #E90A2B;
}
</style>