Shades of Torch Red #E80628
Tints of Torch Red #E80628
RGB
CMYK
RGB Variations
Color information
#E80628 (or 0xE80628) is known color: Torch Red. HEX triplet: E8, 06 and 28. RGB value is (232,6,40). Sum of RGB (Red+Green+Blue) = 232+6+40=278 (36% of max value = 765). Red value is 232 (91.02% from 255 or 83.45% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 232 - color contains mainly: red. Hex color #E80628 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80628 is #17F9D7. Grayscale: #4D4D4D. Windows color (decimal): -1571288 or 2623208. OLE color: 2623208.
HSL color Cylindrical-coordinate representation of color #E80628: hue angle of 350.97º 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 #E80628 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 6 | 40 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.09 |
| HSL | 350.97º | 0.95% | 0.47% | - |
| HSV(B) | 350.97º | 0.97% | 0.91% | - |
| XYZ | 33.73 | 17.44 | 3.6 | - |
| YUV | 77.45 | 106.87 | 238.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 6 | 40 | 0 | 0.97 | 0.83 | 0.09 | 350.97 | 0.95 | 0.47 |
| Hex | E8 | 6 | 28 | 0 | 61 | 53 | 9 | 15F | 5F | 2F |
| Octal | 350 | 6 | 50 | 0 | 141 | 123 | 11 | 537 | 137 | 57 |
| Binary | 11101000 | 110 | 101000 | 0 | 1100001 | 1010011 | 1001 | 101011111 | 1011111 | 101111 |
Color Harmonies of #E80628
Complementary color
Monochromatic Colors of #E80628
Black with #E80628
Text Example
Text Example
White with #E80628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80628; }
p { color: rgb(232,6,40); }
H1.HeaderClassName
{
color: #E80628;
}
.AnyTagClassName
{
color: #E80628;
}
</style>
background-color css
<style>
a { background-color: #E80628; }
a { background-color: rgb(232,6,40); }
div.DivClassName
{
background-color: #E80628;
}
.BgClassName
{
background-color: #E80628;
}
</style>
border-color css
<style>
span { border-color: #E80628; }
span { border-color: rgb(232,6,40); }
td.TdClassName
{
border-color: #E80628;
}
.TagClassName
{
border-color: #E80628;
}
</style>