Shades of Torch Red #EE0919
Tints of Torch Red #EE0919
RGB
CMYK
RGB Variations
Color information
#EE0919 (or 0xEE0919) is known color: Torch Red. HEX triplet: EE, 09 and 19. RGB value is (238,9,25). Sum of RGB (Red+Green+Blue) = 238+9+25=272 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.5% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0919 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0919 is #11F6E6. Grayscale: #4F4F4F. Windows color (decimal): -1177319 or 1640942. OLE color: 1640942.
HSL color Cylindrical-coordinate representation of color #EE0919: hue angle of 355.81º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0919 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 25 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.07 |
| HSL | 355.81º | 0.93% | 0.48% | - |
| HSV(B) | 355.81º | 0.96% | 0.93% | - |
| XYZ | 35.53 | 18.44 | 2.61 | - |
| YUV | 79.3 | 97.37 | 241.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 25 | 0 | 0.96 | 0.89 | 0.07 | 355.81 | 0.93 | 0.48 |
| Hex | EE | 9 | 19 | 0 | 60 | 59 | 7 | 164 | 5D | 30 |
| Octal | 356 | 11 | 31 | 0 | 140 | 131 | 7 | 544 | 135 | 60 |
| Binary | 11101110 | 1001 | 11001 | 0 | 1100000 | 1011001 | 111 | 101100100 | 1011101 | 110000 |
Color Harmonies of #EE0919
Complementary color
Monochromatic Colors of #EE0919
Black with #EE0919
Text Example
Text Example
White with #EE0919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0919; }
p { color: rgb(238,9,25); }
H1.HeaderClassName
{
color: #EE0919;
}
.AnyTagClassName
{
color: #EE0919;
}
</style>
background-color css
<style>
a { background-color: #EE0919; }
a { background-color: rgb(238,9,25); }
div.DivClassName
{
background-color: #EE0919;
}
.BgClassName
{
background-color: #EE0919;
}
</style>
border-color css
<style>
span { border-color: #EE0919; }
span { border-color: rgb(238,9,25); }
td.TdClassName
{
border-color: #EE0919;
}
.TagClassName
{
border-color: #EE0919;
}
</style>