Shades of Torch Red #E8052B
Tints of Torch Red #E8052B
RGB
CMYK
RGB Variations
Color information
#E8052B (or 0xE8052B) is known color: Torch Red. HEX triplet: E8, 05 and 2B. RGB value is (232,5,43). Sum of RGB (Red+Green+Blue) = 232+5+43=280 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.86% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 232 - color contains mainly: red. Hex color #E8052B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8052B is #17FAD4. Grayscale: #4D4D4D. Windows color (decimal): -1571541 or 2819560. OLE color: 2819560.
HSL color Cylindrical-coordinate representation of color #E8052B: hue angle of 349.96º 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 #E8052B is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 43 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.09 |
| HSL | 349.96º | 0.96% | 0.46% | - |
| HSV(B) | 349.96º | 0.98% | 0.91% | - |
| XYZ | 33.77 | 17.44 | 3.87 | - |
| YUV | 77.21 | 108.71 | 238.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 43 | 0 | 0.98 | 0.81 | 0.09 | 349.96 | 0.96 | 0.46 |
| Hex | E8 | 5 | 2B | 0 | 62 | 51 | 9 | 15E | 60 | 2E |
| Octal | 350 | 5 | 53 | 0 | 142 | 121 | 11 | 536 | 140 | 56 |
| Binary | 11101000 | 101 | 101011 | 0 | 1100010 | 1010001 | 1001 | 101011110 | 1100000 | 101110 |
Color Harmonies of #E8052B
Complementary color
Monochromatic Colors of #E8052B
Black with #E8052B
Text Example
Text Example
White with #E8052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8052B; }
p { color: rgb(232,5,43); }
H1.HeaderClassName
{
color: #E8052B;
}
.AnyTagClassName
{
color: #E8052B;
}
</style>
background-color css
<style>
a { background-color: #E8052B; }
a { background-color: rgb(232,5,43); }
div.DivClassName
{
background-color: #E8052B;
}
.BgClassName
{
background-color: #E8052B;
}
</style>
border-color css
<style>
span { border-color: #E8052B; }
span { border-color: rgb(232,5,43); }
td.TdClassName
{
border-color: #E8052B;
}
.TagClassName
{
border-color: #E8052B;
}
</style>