Shades of Torch Red #E80527
Tints of Torch Red #E80527
RGB
CMYK
RGB Variations
Color information
#E80527 (or 0xE80527) is known color: Torch Red. HEX triplet: E8, 05 and 27. RGB value is (232,5,39). Sum of RGB (Red+Green+Blue) = 232+5+39=276 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.06% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 232 - color contains mainly: red. Hex color #E80527 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80527 is #17FAD8. Grayscale: #4C4C4C. Windows color (decimal): -1571545 or 2557416. OLE color: 2557416.
HSL color Cylindrical-coordinate representation of color #E80527: hue angle of 351.01º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E80527 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 39 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.09 |
| HSL | 351.01º | 0.96% | 0.46% | - |
| HSV(B) | 351.01º | 0.98% | 0.91% | - |
| XYZ | 33.7 | 17.41 | 3.5 | - |
| YUV | 76.75 | 106.71 | 238.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 39 | 0 | 0.98 | 0.83 | 0.09 | 351.01 | 0.96 | 0.46 |
| Hex | E8 | 5 | 27 | 0 | 62 | 53 | 9 | 15F | 60 | 2E |
| Octal | 350 | 5 | 47 | 0 | 142 | 123 | 11 | 537 | 140 | 56 |
| Binary | 11101000 | 101 | 100111 | 0 | 1100010 | 1010011 | 1001 | 101011111 | 1100000 | 101110 |
Color Harmonies of #E80527
Complementary color
Monochromatic Colors of #E80527
Black with #E80527
Text Example
Text Example
White with #E80527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80527; }
p { color: rgb(232,5,39); }
H1.HeaderClassName
{
color: #E80527;
}
.AnyTagClassName
{
color: #E80527;
}
</style>
background-color css
<style>
a { background-color: #E80527; }
a { background-color: rgb(232,5,39); }
div.DivClassName
{
background-color: #E80527;
}
.BgClassName
{
background-color: #E80527;
}
</style>
border-color css
<style>
span { border-color: #E80527; }
span { border-color: rgb(232,5,39); }
td.TdClassName
{
border-color: #E80527;
}
.TagClassName
{
border-color: #E80527;
}
</style>