Shades of Torch Red #E80328
Tints of Torch Red #E80328
RGB
CMYK
RGB Variations
Color information
#E80328 (or 0xE80328) is known color: Torch Red. HEX triplet: E8, 03 and 28. RGB value is (232,3,40). Sum of RGB (Red+Green+Blue) = 232+3+40=275 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.36% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 232 - color contains mainly: red. Hex color #E80328 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80328 is #17FCD7. Grayscale: #4B4B4B. Windows color (decimal): -1572056 or 2622440. OLE color: 2622440.
HSL color Cylindrical-coordinate representation of color #E80328: hue angle of 350.31º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80328 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 3 | 40 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.09 |
| HSL | 350.31º | 0.97% | 0.46% | - |
| HSV(B) | 350.31º | 0.99% | 0.91% | - |
| XYZ | 33.69 | 17.37 | 3.59 | - |
| YUV | 75.69 | 107.87 | 239.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 40 | 0 | 0.99 | 0.83 | 0.09 | 350.31 | 0.97 | 0.46 |
| Hex | E8 | 3 | 28 | 0 | 63 | 53 | 9 | 15E | 61 | 2E |
| Octal | 350 | 3 | 50 | 0 | 143 | 123 | 11 | 536 | 141 | 56 |
| Binary | 11101000 | 11 | 101000 | 0 | 1100011 | 1010011 | 1001 | 101011110 | 1100001 | 101110 |
Color Harmonies of #E80328
Complementary color
Monochromatic Colors of #E80328
Black with #E80328
Text Example
Text Example
White with #E80328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80328; }
p { color: rgb(232,3,40); }
H1.HeaderClassName
{
color: #E80328;
}
.AnyTagClassName
{
color: #E80328;
}
</style>
background-color css
<style>
a { background-color: #E80328; }
a { background-color: rgb(232,3,40); }
div.DivClassName
{
background-color: #E80328;
}
.BgClassName
{
background-color: #E80328;
}
</style>
border-color css
<style>
span { border-color: #E80328; }
span { border-color: rgb(232,3,40); }
td.TdClassName
{
border-color: #E80328;
}
.TagClassName
{
border-color: #E80328;
}
</style>