Shades of Torch Red #E80927
Tints of Torch Red #E80927
RGB
CMYK
RGB Variations
Color information
#E80927 (or 0xE80927) is known color: Torch Red. HEX triplet: E8, 09 and 27. RGB value is (232,9,39). Sum of RGB (Red+Green+Blue) = 232+9+39=280 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.86% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 232 - color contains mainly: red. Hex color #E80927 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80927 is #17F6D8. Grayscale: #4F4F4F. Windows color (decimal): -1570521 or 2558440. OLE color: 2558440.
HSL color Cylindrical-coordinate representation of color #E80927: hue angle of 351.93º degrees, saturation: 0.93, 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 #E80927 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 39 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.09 |
| HSL | 351.93º | 0.93% | 0.47% | - |
| HSV(B) | 351.93º | 0.96% | 0.91% | - |
| XYZ | 33.74 | 17.5 | 3.52 | - |
| YUV | 79.1 | 105.38 | 237.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 39 | 0 | 0.96 | 0.83 | 0.09 | 351.93 | 0.93 | 0.47 |
| Hex | E8 | 9 | 27 | 0 | 60 | 53 | 9 | 160 | 5D | 2F |
| Octal | 350 | 11 | 47 | 0 | 140 | 123 | 11 | 540 | 135 | 57 |
| Binary | 11101000 | 1001 | 100111 | 0 | 1100000 | 1010011 | 1001 | 101100000 | 1011101 | 101111 |
Color Harmonies of #E80927
Complementary color
Monochromatic Colors of #E80927
Black with #E80927
Text Example
Text Example
White with #E80927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80927; }
p { color: rgb(232,9,39); }
H1.HeaderClassName
{
color: #E80927;
}
.AnyTagClassName
{
color: #E80927;
}
</style>
background-color css
<style>
a { background-color: #E80927; }
a { background-color: rgb(232,9,39); }
div.DivClassName
{
background-color: #E80927;
}
.BgClassName
{
background-color: #E80927;
}
</style>
border-color css
<style>
span { border-color: #E80927; }
span { border-color: rgb(232,9,39); }
td.TdClassName
{
border-color: #E80927;
}
.TagClassName
{
border-color: #E80927;
}
</style>