Shades of Torch Red #E80625
Tints of Torch Red #E80625
RGB
CMYK
RGB Variations
Color information
#E80625 (or 0xE80625) is known color: Torch Red. HEX triplet: E8, 06 and 25. RGB value is (232,6,37). Sum of RGB (Red+Green+Blue) = 232+6+37=275 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.36% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 232 - color contains mainly: red. Hex color #E80625 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80625 is #17F9DA. Grayscale: #4D4D4D. Windows color (decimal): -1571291 or 2426600. OLE color: 2426600.
HSL color Cylindrical-coordinate representation of color #E80625: hue angle of 351.77º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E80625 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 6 | 37 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.09 |
| HSL | 351.77º | 0.95% | 0.47% | - |
| HSV(B) | 351.77º | 0.97% | 0.91% | - |
| XYZ | 33.68 | 17.42 | 3.34 | - |
| YUV | 77.11 | 105.37 | 238.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 6 | 37 | 0 | 0.97 | 0.84 | 0.09 | 351.77 | 0.95 | 0.47 |
| Hex | E8 | 6 | 25 | 0 | 61 | 54 | 9 | 160 | 5F | 2F |
| Octal | 350 | 6 | 45 | 0 | 141 | 124 | 11 | 540 | 137 | 57 |
| Binary | 11101000 | 110 | 100101 | 0 | 1100001 | 1010100 | 1001 | 101100000 | 1011111 | 101111 |
Color Harmonies of #E80625
Complementary color
Monochromatic Colors of #E80625
Black with #E80625
Text Example
Text Example
White with #E80625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80625; }
p { color: rgb(232,6,37); }
H1.HeaderClassName
{
color: #E80625;
}
.AnyTagClassName
{
color: #E80625;
}
</style>
background-color css
<style>
a { background-color: #E80625; }
a { background-color: rgb(232,6,37); }
div.DivClassName
{
background-color: #E80625;
}
.BgClassName
{
background-color: #E80625;
}
</style>
border-color css
<style>
span { border-color: #E80625; }
span { border-color: rgb(232,6,37); }
td.TdClassName
{
border-color: #E80625;
}
.TagClassName
{
border-color: #E80625;
}
</style>