Shades of Torch Red #EE093B
Tints of Torch Red #EE093B
RGB
CMYK
RGB Variations
Color information
#EE093B (or 0xEE093B) is known color: Torch Red. HEX triplet: EE, 09 and 3B. RGB value is (238,9,59). Sum of RGB (Red+Green+Blue) = 238+9+59=306 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.78% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 238 - color contains mainly: red. Hex color #EE093B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE093B is #11F6C4. Grayscale: #535353. Windows color (decimal): -1177285 or 3869166. OLE color: 3869166.
HSL color Cylindrical-coordinate representation of color #EE093B: hue angle of 346.9º 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 #EE093B is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 59 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.07 |
| HSL | 346.9º | 0.93% | 0.48% | - |
| HSV(B) | 346.9º | 0.96% | 0.93% | - |
| XYZ | 36.15 | 18.69 | 5.84 | - |
| YUV | 83.17 | 114.37 | 238.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 59 | 0 | 0.96 | 0.75 | 0.07 | 346.9 | 0.93 | 0.48 |
| Hex | EE | 9 | 3B | 0 | 60 | 4B | 7 | 15B | 5D | 30 |
| Octal | 356 | 11 | 73 | 0 | 140 | 113 | 7 | 533 | 135 | 60 |
| Binary | 11101110 | 1001 | 111011 | 0 | 1100000 | 1001011 | 111 | 101011011 | 1011101 | 110000 |
Color Harmonies of #EE093B
Complementary color
Monochromatic Colors of #EE093B
Black with #EE093B
Text Example
Text Example
White with #EE093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE093B; }
p { color: rgb(238,9,59); }
H1.HeaderClassName
{
color: #EE093B;
}
.AnyTagClassName
{
color: #EE093B;
}
</style>
background-color css
<style>
a { background-color: #EE093B; }
a { background-color: rgb(238,9,59); }
div.DivClassName
{
background-color: #EE093B;
}
.BgClassName
{
background-color: #EE093B;
}
</style>
border-color css
<style>
span { border-color: #EE093B; }
span { border-color: rgb(238,9,59); }
td.TdClassName
{
border-color: #EE093B;
}
.TagClassName
{
border-color: #EE093B;
}
</style>