Shades of Torch Red #E60022
Tints of Torch Red #E60022
RGB
CMYK
RGB Variations
Color information
#E60022 (or 0xE60022) is known color: Torch Red. HEX triplet: E6, 00 and 22. RGB value is (230,0,34). Sum of RGB (Red+Green+Blue) = 230+0+34=264 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.12% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 230 - color contains mainly: red. Hex color #E60022 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60022 is #19FFDD. Grayscale: #484848. Windows color (decimal): -1703902 or 2228454. OLE color: 2228454.
HSL color Cylindrical-coordinate representation of color #E60022: hue angle of 351.13º 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 #E60022 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.85 | 0.10 |
| HSL | 351.13º | 1% | 0.45% | - |
| HSV(B) | 351.13º | 1% | 0.9% | - |
| XYZ | 32.92 | 16.94 | 3.05 | - |
| YUV | 72.65 | 106.2 | 240.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 34 | 0 | 1 | 0.85 | 0.10 | 351.13 | 1 | 0.45 |
| Hex | E6 | 0 | 22 | 0 | 64 | 55 | A | 15F | 64 | 2D |
| Octal | 346 | 0 | 42 | 0 | 144 | 125 | 12 | 537 | 144 | 55 |
| Binary | 11100110 | 0 | 100010 | 0 | 1100100 | 1010101 | 1010 | 101011111 | 1100100 | 101101 |
Color Harmonies of #E60022
Complementary color
Monochromatic Colors of #E60022
Black with #E60022
Text Example
Text Example
White with #E60022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60022; }
p { color: rgb(230,0,34); }
H1.HeaderClassName
{
color: #E60022;
}
.AnyTagClassName
{
color: #E60022;
}
</style>
background-color css
<style>
a { background-color: #E60022; }
a { background-color: rgb(230,0,34); }
div.DivClassName
{
background-color: #E60022;
}
.BgClassName
{
background-color: #E60022;
}
</style>
border-color css
<style>
span { border-color: #E60022; }
span { border-color: rgb(230,0,34); }
td.TdClassName
{
border-color: #E60022;
}
.TagClassName
{
border-color: #E60022;
}
</style>