Shades of Torch Red #E60025
Tints of Torch Red #E60025
RGB
CMYK
RGB Variations
Color information
#E60025 (or 0xE60025) is known color: Torch Red. HEX triplet: E6, 00 and 25. RGB value is (230,0,37). Sum of RGB (Red+Green+Blue) = 230+0+37=267 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.14% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 230 - color contains mainly: red. Hex color #E60025 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60025 is #19FFDA. Grayscale: #494949. Windows color (decimal): -1703899 or 2425062. OLE color: 2425062.
HSL color Cylindrical-coordinate representation of color #E60025: hue angle of 350.35º 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 #E60025 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 37 | - |
| CMYK | 0 | 1 | 0.84 | 0.10 |
| HSL | 350.35º | 1% | 0.45% | - |
| HSV(B) | 350.35º | 1% | 0.9% | - |
| XYZ | 32.97 | 16.96 | 3.29 | - |
| YUV | 72.99 | 107.7 | 239.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 37 | 0 | 1 | 0.84 | 0.10 | 350.35 | 1 | 0.45 |
| Hex | E6 | 0 | 25 | 0 | 64 | 54 | A | 15E | 64 | 2D |
| Octal | 346 | 0 | 45 | 0 | 144 | 124 | 12 | 536 | 144 | 55 |
| Binary | 11100110 | 0 | 100101 | 0 | 1100100 | 1010100 | 1010 | 101011110 | 1100100 | 101101 |
Color Harmonies of #E60025
Complementary color
Monochromatic Colors of #E60025
Black with #E60025
Text Example
Text Example
White with #E60025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60025; }
p { color: rgb(230,0,37); }
H1.HeaderClassName
{
color: #E60025;
}
.AnyTagClassName
{
color: #E60025;
}
</style>
background-color css
<style>
a { background-color: #E60025; }
a { background-color: rgb(230,0,37); }
div.DivClassName
{
background-color: #E60025;
}
.BgClassName
{
background-color: #E60025;
}
</style>
border-color css
<style>
span { border-color: #E60025; }
span { border-color: rgb(230,0,37); }
td.TdClassName
{
border-color: #E60025;
}
.TagClassName
{
border-color: #E60025;
}
</style>