Shades of Torch Red #E80F27
Tints of Torch Red #E80F27
RGB
CMYK
RGB Variations
Color information
#E80F27 (or 0xE80F27) is known color: Torch Red. HEX triplet: E8, 0F and 27. RGB value is (232,15,39). Sum of RGB (Red+Green+Blue) = 232+15+39=286 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.12% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F27 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80F27 is #17F0D8. Grayscale: #525252. Windows color (decimal): -1568985 or 2559976. OLE color: 2559976.
HSL color Cylindrical-coordinate representation of color #E80F27: hue angle of 353.36º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80F27 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 39 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.09 |
| HSL | 353.36º | 0.88% | 0.48% | - |
| HSV(B) | 353.36º | 0.94% | 0.91% | - |
| XYZ | 33.82 | 17.64 | 3.54 | - |
| YUV | 82.62 | 103.39 | 234.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 39 | 0 | 0.94 | 0.83 | 0.09 | 353.36 | 0.88 | 0.48 |
| Hex | E8 | F | 27 | 0 | 5E | 53 | 9 | 161 | 58 | 30 |
| Octal | 350 | 17 | 47 | 0 | 136 | 123 | 11 | 541 | 130 | 60 |
| Binary | 11101000 | 1111 | 100111 | 0 | 1011110 | 1010011 | 1001 | 101100001 | 1011000 | 110000 |
Color Harmonies of #E80F27
Complementary color
Monochromatic Colors of #E80F27
Black with #E80F27
Text Example
Text Example
White with #E80F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80F27; }
p { color: rgb(232,15,39); }
H1.HeaderClassName
{
color: #E80F27;
}
.AnyTagClassName
{
color: #E80F27;
}
</style>
background-color css
<style>
a { background-color: #E80F27; }
a { background-color: rgb(232,15,39); }
div.DivClassName
{
background-color: #E80F27;
}
.BgClassName
{
background-color: #E80F27;
}
</style>
border-color css
<style>
span { border-color: #E80F27; }
span { border-color: rgb(232,15,39); }
td.TdClassName
{
border-color: #E80F27;
}
.TagClassName
{
border-color: #E80F27;
}
</style>