Shades of Torch Red #EE091D
Tints of Torch Red #EE091D
RGB
CMYK
RGB Variations
Color information
#EE091D (or 0xEE091D) is known color: Torch Red. HEX triplet: EE, 09 and 1D. RGB value is (238,9,29). Sum of RGB (Red+Green+Blue) = 238+9+29=276 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.23% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 238 - color contains mainly: red. Hex color #EE091D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE091D is #11F6E2. Grayscale: #4F4F4F. Windows color (decimal): -1177315 or 1903086. OLE color: 1903086.
HSL color Cylindrical-coordinate representation of color #EE091D: hue angle of 354.76º 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 #EE091D is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 29 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.07 |
| HSL | 354.76º | 0.93% | 0.48% | - |
| HSV(B) | 354.76º | 0.96% | 0.93% | - |
| XYZ | 35.58 | 18.46 | 2.85 | - |
| YUV | 79.75 | 99.37 | 240.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 29 | 0 | 0.96 | 0.88 | 0.07 | 354.76 | 0.93 | 0.48 |
| Hex | EE | 9 | 1D | 0 | 60 | 58 | 7 | 163 | 5D | 30 |
| Octal | 356 | 11 | 35 | 0 | 140 | 130 | 7 | 543 | 135 | 60 |
| Binary | 11101110 | 1001 | 11101 | 0 | 1100000 | 1011000 | 111 | 101100011 | 1011101 | 110000 |
Color Harmonies of #EE091D
Complementary color
Monochromatic Colors of #EE091D
Black with #EE091D
Text Example
Text Example
White with #EE091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE091D; }
p { color: rgb(238,9,29); }
H1.HeaderClassName
{
color: #EE091D;
}
.AnyTagClassName
{
color: #EE091D;
}
</style>
background-color css
<style>
a { background-color: #EE091D; }
a { background-color: rgb(238,9,29); }
div.DivClassName
{
background-color: #EE091D;
}
.BgClassName
{
background-color: #EE091D;
}
</style>
border-color css
<style>
span { border-color: #EE091D; }
span { border-color: rgb(238,9,29); }
td.TdClassName
{
border-color: #EE091D;
}
.TagClassName
{
border-color: #EE091D;
}
</style>