Shades of Torch Red #EE0219
Tints of Torch Red #EE0219
RGB
CMYK
RGB Variations
Color information
#EE0219 (or 0xEE0219) is known color: Torch Red. HEX triplet: EE, 02 and 19. RGB value is (238,2,25). Sum of RGB (Red+Green+Blue) = 238+2+25=265 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.81% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0219 is #11FDE6. Grayscale: #4B4B4B. Windows color (decimal): -1179111 or 1639150. OLE color: 1639150.
HSL color Cylindrical-coordinate representation of color #EE0219: hue angle of 354.15º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE0219 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 25 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.07 |
| HSL | 354.15º | 0.98% | 0.47% | - |
| HSV(B) | 354.15º | 0.99% | 0.93% | - |
| XYZ | 35.46 | 18.29 | 2.58 | - |
| YUV | 75.19 | 99.69 | 244.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 25 | 0 | 0.99 | 0.89 | 0.07 | 354.15 | 0.98 | 0.47 |
| Hex | EE | 2 | 19 | 0 | 63 | 59 | 7 | 162 | 62 | 2F |
| Octal | 356 | 2 | 31 | 0 | 143 | 131 | 7 | 542 | 142 | 57 |
| Binary | 11101110 | 10 | 11001 | 0 | 1100011 | 1011001 | 111 | 101100010 | 1100010 | 101111 |
Color Harmonies of #EE0219
Complementary color
Monochromatic Colors of #EE0219
Black with #EE0219
Text Example
Text Example
White with #EE0219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0219; }
p { color: rgb(238,2,25); }
H1.HeaderClassName
{
color: #EE0219;
}
.AnyTagClassName
{
color: #EE0219;
}
</style>
background-color css
<style>
a { background-color: #EE0219; }
a { background-color: rgb(238,2,25); }
div.DivClassName
{
background-color: #EE0219;
}
.BgClassName
{
background-color: #EE0219;
}
</style>
border-color css
<style>
span { border-color: #EE0219; }
span { border-color: rgb(238,2,25); }
td.TdClassName
{
border-color: #EE0219;
}
.TagClassName
{
border-color: #EE0219;
}
</style>