Shades of Torch Red #E90A26
Tints of Torch Red #E90A26
RGB
CMYK
RGB Variations
Color information
#E90A26 (or 0xE90A26) is known color: Torch Red. HEX triplet: E9, 0A and 26. RGB value is (233,10,38). Sum of RGB (Red+Green+Blue) = 233+10+38=281 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.92% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 233 - color contains mainly: red. Hex color #E90A26 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90A26 is #16F5D9. Grayscale: #4F4F4F. Windows color (decimal): -1504730 or 2493161. OLE color: 2493161.
HSL color Cylindrical-coordinate representation of color #E90A26: hue angle of 352.47º 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 #E90A26 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 10 | 38 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.09 |
| HSL | 352.47º | 0.92% | 0.48% | - |
| HSV(B) | 352.47º | 0.96% | 0.91% | - |
| XYZ | 34.06 | 17.68 | 3.45 | - |
| YUV | 79.87 | 104.38 | 237.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 10 | 38 | 0 | 0.96 | 0.84 | 0.09 | 352.47 | 0.92 | 0.48 |
| Hex | E9 | A | 26 | 0 | 60 | 54 | 9 | 160 | 5C | 30 |
| Octal | 351 | 12 | 46 | 0 | 140 | 124 | 11 | 540 | 134 | 60 |
| Binary | 11101001 | 1010 | 100110 | 0 | 1100000 | 1010100 | 1001 | 101100000 | 1011100 | 110000 |
Color Harmonies of #E90A26
Complementary color
Monochromatic Colors of #E90A26
Black with #E90A26
Text Example
Text Example
White with #E90A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90A26; }
p { color: rgb(233,10,38); }
H1.HeaderClassName
{
color: #E90A26;
}
.AnyTagClassName
{
color: #E90A26;
}
</style>
background-color css
<style>
a { background-color: #E90A26; }
a { background-color: rgb(233,10,38); }
div.DivClassName
{
background-color: #E90A26;
}
.BgClassName
{
background-color: #E90A26;
}
</style>
border-color css
<style>
span { border-color: #E90A26; }
span { border-color: rgb(233,10,38); }
td.TdClassName
{
border-color: #E90A26;
}
.TagClassName
{
border-color: #E90A26;
}
</style>