Shades of Torch Red #EE091F
Tints of Torch Red #EE091F
RGB
CMYK
RGB Variations
Color information
#EE091F (or 0xEE091F) is known color: Torch Red. HEX triplet: EE, 09 and 1F. RGB value is (238,9,31). Sum of RGB (Red+Green+Blue) = 238+9+31=278 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.61% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 238 - color contains mainly: red. Hex color #EE091F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE091F is #11F6E0. Grayscale: #505050. Windows color (decimal): -1177313 or 2034158. OLE color: 2034158.
HSL color Cylindrical-coordinate representation of color #EE091F: hue angle of 354.24º 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 #EE091F is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 31 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.07 |
| HSL | 354.24º | 0.93% | 0.48% | - |
| HSV(B) | 354.24º | 0.96% | 0.93% | - |
| XYZ | 35.6 | 18.47 | 2.99 | - |
| YUV | 79.98 | 100.37 | 240.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 31 | 0 | 0.96 | 0.87 | 0.07 | 354.24 | 0.93 | 0.48 |
| Hex | EE | 9 | 1F | 0 | 60 | 57 | 7 | 162 | 5D | 30 |
| Octal | 356 | 11 | 37 | 0 | 140 | 127 | 7 | 542 | 135 | 60 |
| Binary | 11101110 | 1001 | 11111 | 0 | 1100000 | 1010111 | 111 | 101100010 | 1011101 | 110000 |
Color Harmonies of #EE091F
Complementary color
Monochromatic Colors of #EE091F
Black with #EE091F
Text Example
Text Example
White with #EE091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE091F; }
p { color: rgb(238,9,31); }
H1.HeaderClassName
{
color: #EE091F;
}
.AnyTagClassName
{
color: #EE091F;
}
</style>
background-color css
<style>
a { background-color: #EE091F; }
a { background-color: rgb(238,9,31); }
div.DivClassName
{
background-color: #EE091F;
}
.BgClassName
{
background-color: #EE091F;
}
</style>
border-color css
<style>
span { border-color: #EE091F; }
span { border-color: rgb(238,9,31); }
td.TdClassName
{
border-color: #EE091F;
}
.TagClassName
{
border-color: #EE091F;
}
</style>