Shades of Torch Red #EE0938
Tints of Torch Red #EE0938
RGB
CMYK
RGB Variations
Color information
#EE0938 (or 0xEE0938) is known color: Torch Red. HEX triplet: EE, 09 and 38. RGB value is (238,9,56). Sum of RGB (Red+Green+Blue) = 238+9+56=303 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.55% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0938 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0938 is #11F6C7. Grayscale: #525252. Windows color (decimal): -1177288 or 3672558. OLE color: 3672558.
HSL color Cylindrical-coordinate representation of color #EE0938: hue angle of 347.69º 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 #EE0938 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 56 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.07 |
| HSL | 347.69º | 0.93% | 0.48% | - |
| HSV(B) | 347.69º | 0.96% | 0.93% | - |
| XYZ | 36.07 | 18.66 | 5.44 | - |
| YUV | 82.83 | 112.87 | 238.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 56 | 0 | 0.96 | 0.76 | 0.07 | 347.69 | 0.93 | 0.48 |
| Hex | EE | 9 | 38 | 0 | 60 | 4C | 7 | 15C | 5D | 30 |
| Octal | 356 | 11 | 70 | 0 | 140 | 114 | 7 | 534 | 135 | 60 |
| Binary | 11101110 | 1001 | 111000 | 0 | 1100000 | 1001100 | 111 | 101011100 | 1011101 | 110000 |
Color Harmonies of #EE0938
Complementary color
Monochromatic Colors of #EE0938
Black with #EE0938
Text Example
Text Example
White with #EE0938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0938; }
p { color: rgb(238,9,56); }
H1.HeaderClassName
{
color: #EE0938;
}
.AnyTagClassName
{
color: #EE0938;
}
</style>
background-color css
<style>
a { background-color: #EE0938; }
a { background-color: rgb(238,9,56); }
div.DivClassName
{
background-color: #EE0938;
}
.BgClassName
{
background-color: #EE0938;
}
</style>
border-color css
<style>
span { border-color: #EE0938; }
span { border-color: rgb(238,9,56); }
td.TdClassName
{
border-color: #EE0938;
}
.TagClassName
{
border-color: #EE0938;
}
</style>