Shades of Torch Red #EE0719
Tints of Torch Red #EE0719
RGB
CMYK
RGB Variations
Color information
#EE0719 (or 0xEE0719) is known color: Torch Red. HEX triplet: EE, 07 and 19. RGB value is (238,7,25). Sum of RGB (Red+Green+Blue) = 238+7+25=270 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.15% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0719 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0719 is #11F8E6. Grayscale: #4E4E4E. Windows color (decimal): -1177831 or 1640430. OLE color: 1640430.
HSL color Cylindrical-coordinate representation of color #EE0719: hue angle of 355.32º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0719 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 25 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.07 |
| HSL | 355.32º | 0.94% | 0.48% | - |
| HSV(B) | 355.32º | 0.97% | 0.93% | - |
| XYZ | 35.51 | 18.4 | 2.6 | - |
| YUV | 78.12 | 98.03 | 242.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 25 | 0 | 0.97 | 0.89 | 0.07 | 355.32 | 0.94 | 0.48 |
| Hex | EE | 7 | 19 | 0 | 61 | 59 | 7 | 163 | 5E | 30 |
| Octal | 356 | 7 | 31 | 0 | 141 | 131 | 7 | 543 | 136 | 60 |
| Binary | 11101110 | 111 | 11001 | 0 | 1100001 | 1011001 | 111 | 101100011 | 1011110 | 110000 |
Color Harmonies of #EE0719
Complementary color
Monochromatic Colors of #EE0719
Black with #EE0719
Text Example
Text Example
White with #EE0719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0719; }
p { color: rgb(238,7,25); }
H1.HeaderClassName
{
color: #EE0719;
}
.AnyTagClassName
{
color: #EE0719;
}
</style>
background-color css
<style>
a { background-color: #EE0719; }
a { background-color: rgb(238,7,25); }
div.DivClassName
{
background-color: #EE0719;
}
.BgClassName
{
background-color: #EE0719;
}
</style>
border-color css
<style>
span { border-color: #EE0719; }
span { border-color: rgb(238,7,25); }
td.TdClassName
{
border-color: #EE0719;
}
.TagClassName
{
border-color: #EE0719;
}
</style>