Shades of Torch Red #E80A25
Tints of Torch Red #E80A25
RGB
CMYK
RGB Variations
Color information
#E80A25 (or 0xE80A25) is known color: Torch Red. HEX triplet: E8, 0A and 25. RGB value is (232,10,37). Sum of RGB (Red+Green+Blue) = 232+10+37=279 (36% of max value = 765). Red value is 232 (91.02% from 255 or 83.15% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A25 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80A25 is #17F5DA. Grayscale: #4F4F4F. Windows color (decimal): -1570267 or 2427624. OLE color: 2427624.
HSL color Cylindrical-coordinate representation of color #E80A25: hue angle of 352.7º 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 #E80A25 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 10 | 37 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.09 |
| HSL | 352.7º | 0.92% | 0.47% | - |
| HSV(B) | 352.7º | 0.96% | 0.91% | - |
| XYZ | 33.72 | 17.51 | 3.35 | - |
| YUV | 79.46 | 104.05 | 236.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 10 | 37 | 0 | 0.96 | 0.84 | 0.09 | 352.7 | 0.92 | 0.47 |
| Hex | E8 | A | 25 | 0 | 60 | 54 | 9 | 161 | 5C | 2F |
| Octal | 350 | 12 | 45 | 0 | 140 | 124 | 11 | 541 | 134 | 57 |
| Binary | 11101000 | 1010 | 100101 | 0 | 1100000 | 1010100 | 1001 | 101100001 | 1011100 | 101111 |
Color Harmonies of #E80A25
Complementary color
Monochromatic Colors of #E80A25
Black with #E80A25
Text Example
Text Example
White with #E80A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80A25; }
p { color: rgb(232,10,37); }
H1.HeaderClassName
{
color: #E80A25;
}
.AnyTagClassName
{
color: #E80A25;
}
</style>
background-color css
<style>
a { background-color: #E80A25; }
a { background-color: rgb(232,10,37); }
div.DivClassName
{
background-color: #E80A25;
}
.BgClassName
{
background-color: #E80A25;
}
</style>
border-color css
<style>
span { border-color: #E80A25; }
span { border-color: rgb(232,10,37); }
td.TdClassName
{
border-color: #E80A25;
}
.TagClassName
{
border-color: #E80A25;
}
</style>