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