Shades of Torch Red #EE0941
Tints of Torch Red #EE0941
RGB
CMYK
RGB Variations
Color information
#EE0941 (or 0xEE0941) is known color: Torch Red. HEX triplet: EE, 09 and 41. RGB value is (238,9,65). Sum of RGB (Red+Green+Blue) = 238+9+65=312 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.28% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0941 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0941 is #11F6BE. Grayscale: #535353. Windows color (decimal): -1177279 or 4262382. OLE color: 4262382.
HSL color Cylindrical-coordinate representation of color #EE0941: hue angle of 345.33º 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 #EE0941 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 65 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.07 |
| HSL | 345.33º | 0.93% | 0.48% | - |
| HSV(B) | 345.33º | 0.96% | 0.93% | - |
| XYZ | 36.31 | 18.75 | 6.71 | - |
| YUV | 83.86 | 117.37 | 237.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 65 | 0 | 0.96 | 0.73 | 0.07 | 345.33 | 0.93 | 0.48 |
| Hex | EE | 9 | 41 | 0 | 60 | 49 | 7 | 159 | 5D | 30 |
| Octal | 356 | 11 | 101 | 0 | 140 | 111 | 7 | 531 | 135 | 60 |
| Binary | 11101110 | 1001 | 1000001 | 0 | 1100000 | 1001001 | 111 | 101011001 | 1011101 | 110000 |
Color Harmonies of #EE0941
Complementary color
Monochromatic Colors of #EE0941
Black with #EE0941
Text Example
Text Example
White with #EE0941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0941; }
p { color: rgb(238,9,65); }
H1.HeaderClassName
{
color: #EE0941;
}
.AnyTagClassName
{
color: #EE0941;
}
</style>
background-color css
<style>
a { background-color: #EE0941; }
a { background-color: rgb(238,9,65); }
div.DivClassName
{
background-color: #EE0941;
}
.BgClassName
{
background-color: #EE0941;
}
</style>
border-color css
<style>
span { border-color: #EE0941; }
span { border-color: rgb(238,9,65); }
td.TdClassName
{
border-color: #EE0941;
}
.TagClassName
{
border-color: #EE0941;
}
</style>