Shades of Torch Red #E60024
Tints of Torch Red #E60024
RGB
CMYK
RGB Variations
Color information
#E60024 (or 0xE60024) is known color: Torch Red. HEX triplet: E6, 00 and 24. RGB value is (230,0,36). Sum of RGB (Red+Green+Blue) = 230+0+36=266 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.47% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 230 - color contains mainly: red. Hex color #E60024 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60024 is #19FFDB. Grayscale: #484848. Windows color (decimal): -1703900 or 2359526. OLE color: 2359526.
HSL color Cylindrical-coordinate representation of color #E60024: hue angle of 350.61º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60024 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.84 | 0.10 |
| HSL | 350.61º | 1% | 0.45% | - |
| HSV(B) | 350.61º | 1% | 0.9% | - |
| XYZ | 32.95 | 16.95 | 3.2 | - |
| YUV | 72.87 | 107.2 | 240.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 36 | 0 | 1 | 0.84 | 0.10 | 350.61 | 1 | 0.45 |
| Hex | E6 | 0 | 24 | 0 | 64 | 54 | A | 15F | 64 | 2D |
| Octal | 346 | 0 | 44 | 0 | 144 | 124 | 12 | 537 | 144 | 55 |
| Binary | 11100110 | 0 | 100100 | 0 | 1100100 | 1010100 | 1010 | 101011111 | 1100100 | 101101 |
Color Harmonies of #E60024
Complementary color
Monochromatic Colors of #E60024
Black with #E60024
Text Example
Text Example
White with #E60024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60024; }
p { color: rgb(230,0,36); }
H1.HeaderClassName
{
color: #E60024;
}
.AnyTagClassName
{
color: #E60024;
}
</style>
background-color css
<style>
a { background-color: #E60024; }
a { background-color: rgb(230,0,36); }
div.DivClassName
{
background-color: #E60024;
}
.BgClassName
{
background-color: #E60024;
}
</style>
border-color css
<style>
span { border-color: #E60024; }
span { border-color: rgb(230,0,36); }
td.TdClassName
{
border-color: #E60024;
}
.TagClassName
{
border-color: #E60024;
}
</style>