Shades of Torch Red #E90A27
Tints of Torch Red #E90A27
RGB
CMYK
RGB Variations
Color information
#E90A27 (or 0xE90A27) is known color: Torch Red. HEX triplet: E9, 0A and 27. RGB value is (233,10,39). Sum of RGB (Red+Green+Blue) = 233+10+39=282 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.62% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 233 - color contains mainly: red. Hex color #E90A27 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90A27 is #16F5D8. Grayscale: #505050. Windows color (decimal): -1504729 or 2558697. OLE color: 2558697.
HSL color Cylindrical-coordinate representation of color #E90A27: hue angle of 352.2º 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 #E90A27 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 10 | 39 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.09 |
| HSL | 352.2º | 0.92% | 0.48% | - |
| HSV(B) | 352.2º | 0.96% | 0.91% | - |
| XYZ | 34.08 | 17.69 | 3.54 | - |
| YUV | 79.98 | 104.88 | 237.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 10 | 39 | 0 | 0.96 | 0.83 | 0.09 | 352.2 | 0.92 | 0.48 |
| Hex | E9 | A | 27 | 0 | 60 | 53 | 9 | 160 | 5C | 30 |
| Octal | 351 | 12 | 47 | 0 | 140 | 123 | 11 | 540 | 134 | 60 |
| Binary | 11101001 | 1010 | 100111 | 0 | 1100000 | 1010011 | 1001 | 101100000 | 1011100 | 110000 |
Color Harmonies of #E90A27
Complementary color
Monochromatic Colors of #E90A27
Black with #E90A27
Text Example
Text Example
White with #E90A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90A27; }
p { color: rgb(233,10,39); }
H1.HeaderClassName
{
color: #E90A27;
}
.AnyTagClassName
{
color: #E90A27;
}
</style>
background-color css
<style>
a { background-color: #E90A27; }
a { background-color: rgb(233,10,39); }
div.DivClassName
{
background-color: #E90A27;
}
.BgClassName
{
background-color: #E90A27;
}
</style>
border-color css
<style>
span { border-color: #E90A27; }
span { border-color: rgb(233,10,39); }
td.TdClassName
{
border-color: #E90A27;
}
.TagClassName
{
border-color: #E90A27;
}
</style>