Shades of Torch Red #EE0819
Tints of Torch Red #EE0819
RGB
CMYK
RGB Variations
Color information
#EE0819 (or 0xEE0819) is known color: Torch Red. HEX triplet: EE, 08 and 19. RGB value is (238,8,25). Sum of RGB (Red+Green+Blue) = 238+8+25=271 (35% of max value = 765). Red value is 238 (93.36% from 255 or 87.82% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0819 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0819 is #11F7E6. Grayscale: #4E4E4E. Windows color (decimal): -1177575 or 1640686. OLE color: 1640686.
HSL color Cylindrical-coordinate representation of color #EE0819: hue angle of 355.57º degrees, saturation: 0.93, 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 #EE0819 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 25 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.07 |
| HSL | 355.57º | 0.93% | 0.48% | - |
| HSV(B) | 355.57º | 0.97% | 0.93% | - |
| XYZ | 35.52 | 18.42 | 2.6 | - |
| YUV | 78.71 | 97.7 | 241.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 25 | 0 | 0.97 | 0.89 | 0.07 | 355.57 | 0.93 | 0.48 |
| Hex | EE | 8 | 19 | 0 | 61 | 59 | 7 | 164 | 5D | 30 |
| Octal | 356 | 10 | 31 | 0 | 141 | 131 | 7 | 544 | 135 | 60 |
| Binary | 11101110 | 1000 | 11001 | 0 | 1100001 | 1011001 | 111 | 101100100 | 1011101 | 110000 |
Color Harmonies of #EE0819
Complementary color
Monochromatic Colors of #EE0819
Black with #EE0819
Text Example
Text Example
White with #EE0819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0819; }
p { color: rgb(238,8,25); }
H1.HeaderClassName
{
color: #EE0819;
}
.AnyTagClassName
{
color: #EE0819;
}
</style>
background-color css
<style>
a { background-color: #EE0819; }
a { background-color: rgb(238,8,25); }
div.DivClassName
{
background-color: #EE0819;
}
.BgClassName
{
background-color: #EE0819;
}
</style>
border-color css
<style>
span { border-color: #EE0819; }
span { border-color: rgb(238,8,25); }
td.TdClassName
{
border-color: #EE0819;
}
.TagClassName
{
border-color: #EE0819;
}
</style>