Shades of Torch Red #EE0119
Tints of Torch Red #EE0119
RGB
CMYK
RGB Variations
Color information
#EE0119 (or 0xEE0119) is known color: Torch Red. HEX triplet: EE, 01 and 19. RGB value is (238,1,25). Sum of RGB (Red+Green+Blue) = 238+1+25=264 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.15% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0119 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0119 is #11FEE6. Grayscale: #4A4A4A. Windows color (decimal): -1179367 or 1638894. OLE color: 1638894.
HSL color Cylindrical-coordinate representation of color #EE0119: hue angle of 353.92º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0119 is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 25 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.07 |
| HSL | 353.92º | 0.99% | 0.47% | - |
| HSV(B) | 353.92º | 1% | 0.93% | - |
| XYZ | 35.45 | 18.27 | 2.58 | - |
| YUV | 74.6 | 100.02 | 244.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 25 | 0 | 1.00 | 0.89 | 0.07 | 353.92 | 0.99 | 0.47 |
| Hex | EE | 1 | 19 | 0 | 64 | 59 | 7 | 162 | 63 | 2F |
| Octal | 356 | 1 | 31 | 0 | 144 | 131 | 7 | 542 | 143 | 57 |
| Binary | 11101110 | 1 | 11001 | 0 | 1100100 | 1011001 | 111 | 101100010 | 1100011 | 101111 |
Color Harmonies of #EE0119
Complementary color
Monochromatic Colors of #EE0119
Black with #EE0119
Text Example
Text Example
White with #EE0119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0119; }
p { color: rgb(238,1,25); }
H1.HeaderClassName
{
color: #EE0119;
}
.AnyTagClassName
{
color: #EE0119;
}
</style>
background-color css
<style>
a { background-color: #EE0119; }
a { background-color: rgb(238,1,25); }
div.DivClassName
{
background-color: #EE0119;
}
.BgClassName
{
background-color: #EE0119;
}
</style>
border-color css
<style>
span { border-color: #EE0119; }
span { border-color: rgb(238,1,25); }
td.TdClassName
{
border-color: #EE0119;
}
.TagClassName
{
border-color: #EE0119;
}
</style>