Shades of Torch Red #E80A27
Tints of Torch Red #E80A27
RGB
CMYK
RGB Variations
Color information
#E80A27 (or 0xE80A27) is known color: Torch Red. HEX triplet: E8, 0A and 27. RGB value is (232,10,39). Sum of RGB (Red+Green+Blue) = 232+10+39=281 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.56% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A27 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80A27 is #17F5D8. Grayscale: #4F4F4F. Windows color (decimal): -1570265 or 2558696. OLE color: 2558696.
HSL color Cylindrical-coordinate representation of color #E80A27: hue angle of 352.16º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80A27 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 10 | 39 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.09 |
| HSL | 352.16º | 0.92% | 0.47% | - |
| HSV(B) | 352.16º | 0.96% | 0.91% | - |
| XYZ | 33.75 | 17.52 | 3.52 | - |
| YUV | 79.68 | 105.05 | 236.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 10 | 39 | 0 | 0.96 | 0.83 | 0.09 | 352.16 | 0.92 | 0.47 |
| Hex | E8 | A | 27 | 0 | 60 | 53 | 9 | 160 | 5C | 2F |
| Octal | 350 | 12 | 47 | 0 | 140 | 123 | 11 | 540 | 134 | 57 |
| Binary | 11101000 | 1010 | 100111 | 0 | 1100000 | 1010011 | 1001 | 101100000 | 1011100 | 101111 |
Color Harmonies of #E80A27
Complementary color
Monochromatic Colors of #E80A27
Black with #E80A27
Text Example
Text Example
White with #E80A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80A27; }
p { color: rgb(232,10,39); }
H1.HeaderClassName
{
color: #E80A27;
}
.AnyTagClassName
{
color: #E80A27;
}
</style>
background-color css
<style>
a { background-color: #E80A27; }
a { background-color: rgb(232,10,39); }
div.DivClassName
{
background-color: #E80A27;
}
.BgClassName
{
background-color: #E80A27;
}
</style>
border-color css
<style>
span { border-color: #E80A27; }
span { border-color: rgb(232,10,39); }
td.TdClassName
{
border-color: #E80A27;
}
.TagClassName
{
border-color: #E80A27;
}
</style>