Shades of Torch Red #EE0931
Tints of Torch Red #EE0931
RGB
CMYK
RGB Variations
Color information
#EE0931 (or 0xEE0931) is known color: Torch Red. HEX triplet: EE, 09 and 31. RGB value is (238,9,49). Sum of RGB (Red+Green+Blue) = 238+9+49=296 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.41% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0931 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0931 is #11F6CE. Grayscale: #525252. Windows color (decimal): -1177295 or 3213806. OLE color: 3213806.
HSL color Cylindrical-coordinate representation of color #EE0931: hue angle of 349.52º 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 #EE0931 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 49 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.07 |
| HSL | 349.52º | 0.93% | 0.48% | - |
| HSV(B) | 349.52º | 0.96% | 0.93% | - |
| XYZ | 35.91 | 18.59 | 4.6 | - |
| YUV | 82.03 | 109.37 | 239.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 49 | 0 | 0.96 | 0.79 | 0.07 | 349.52 | 0.93 | 0.48 |
| Hex | EE | 9 | 31 | 0 | 60 | 4F | 7 | 15E | 5D | 30 |
| Octal | 356 | 11 | 61 | 0 | 140 | 117 | 7 | 536 | 135 | 60 |
| Binary | 11101110 | 1001 | 110001 | 0 | 1100000 | 1001111 | 111 | 101011110 | 1011101 | 110000 |
Color Harmonies of #EE0931
Complementary color
Monochromatic Colors of #EE0931
Black with #EE0931
Text Example
Text Example
White with #EE0931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0931; }
p { color: rgb(238,9,49); }
H1.HeaderClassName
{
color: #EE0931;
}
.AnyTagClassName
{
color: #EE0931;
}
</style>
background-color css
<style>
a { background-color: #EE0931; }
a { background-color: rgb(238,9,49); }
div.DivClassName
{
background-color: #EE0931;
}
.BgClassName
{
background-color: #EE0931;
}
</style>
border-color css
<style>
span { border-color: #EE0931; }
span { border-color: rgb(238,9,49); }
td.TdClassName
{
border-color: #EE0931;
}
.TagClassName
{
border-color: #EE0931;
}
</style>