Shades of Torch Red #EE092F
Tints of Torch Red #EE092F
RGB
CMYK
RGB Variations
Color information
#EE092F (or 0xEE092F) is known color: Torch Red. HEX triplet: EE, 09 and 2F. RGB value is (238,9,47). Sum of RGB (Red+Green+Blue) = 238+9+47=294 (38% of max value = 765). Red value is 238 (93.36% from 255 or 80.95% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 238 - color contains mainly: red. Hex color #EE092F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE092F is #11F6D0. Grayscale: #515151. Windows color (decimal): -1177297 or 3082734. OLE color: 3082734.
HSL color Cylindrical-coordinate representation of color #EE092F: hue angle of 350.04º 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 #EE092F is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 47 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.07 |
| HSL | 350.04º | 0.93% | 0.48% | - |
| HSV(B) | 350.04º | 0.96% | 0.93% | - |
| XYZ | 35.87 | 18.58 | 4.38 | - |
| YUV | 81.8 | 108.37 | 239.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 47 | 0 | 0.96 | 0.80 | 0.07 | 350.04 | 0.93 | 0.48 |
| Hex | EE | 9 | 2F | 0 | 60 | 50 | 7 | 15E | 5D | 30 |
| Octal | 356 | 11 | 57 | 0 | 140 | 120 | 7 | 536 | 135 | 60 |
| Binary | 11101110 | 1001 | 101111 | 0 | 1100000 | 1010000 | 111 | 101011110 | 1011101 | 110000 |
Color Harmonies of #EE092F
Complementary color
Monochromatic Colors of #EE092F
Black with #EE092F
Text Example
Text Example
White with #EE092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE092F; }
p { color: rgb(238,9,47); }
H1.HeaderClassName
{
color: #EE092F;
}
.AnyTagClassName
{
color: #EE092F;
}
</style>
background-color css
<style>
a { background-color: #EE092F; }
a { background-color: rgb(238,9,47); }
div.DivClassName
{
background-color: #EE092F;
}
.BgClassName
{
background-color: #EE092F;
}
</style>
border-color css
<style>
span { border-color: #EE092F; }
span { border-color: rgb(238,9,47); }
td.TdClassName
{
border-color: #EE092F;
}
.TagClassName
{
border-color: #EE092F;
}
</style>