Shades of Torch Red #EE081D
Tints of Torch Red #EE081D
RGB
CMYK
RGB Variations
Color information
#EE081D (or 0xEE081D) is known color: Torch Red. HEX triplet: EE, 08 and 1D. RGB value is (238,8,29). Sum of RGB (Red+Green+Blue) = 238+8+29=275 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.55% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 238 - color contains mainly: red. Hex color #EE081D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE081D is #11F7E2. Grayscale: #4F4F4F. Windows color (decimal): -1177571 or 1902830. OLE color: 1902830.
HSL color Cylindrical-coordinate representation of color #EE081D: hue angle of 354.52º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE081D is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 29 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.07 |
| HSL | 354.52º | 0.93% | 0.48% | - |
| HSV(B) | 354.52º | 0.97% | 0.93% | - |
| XYZ | 35.57 | 18.44 | 2.85 | - |
| YUV | 79.16 | 99.7 | 241.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 29 | 0 | 0.97 | 0.88 | 0.07 | 354.52 | 0.93 | 0.48 |
| Hex | EE | 8 | 1D | 0 | 61 | 58 | 7 | 163 | 5D | 30 |
| Octal | 356 | 10 | 35 | 0 | 141 | 130 | 7 | 543 | 135 | 60 |
| Binary | 11101110 | 1000 | 11101 | 0 | 1100001 | 1011000 | 111 | 101100011 | 1011101 | 110000 |
Color Harmonies of #EE081D
Complementary color
Monochromatic Colors of #EE081D
Black with #EE081D
Text Example
Text Example
White with #EE081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE081D; }
p { color: rgb(238,8,29); }
H1.HeaderClassName
{
color: #EE081D;
}
.AnyTagClassName
{
color: #EE081D;
}
</style>
background-color css
<style>
a { background-color: #EE081D; }
a { background-color: rgb(238,8,29); }
div.DivClassName
{
background-color: #EE081D;
}
.BgClassName
{
background-color: #EE081D;
}
</style>
border-color css
<style>
span { border-color: #EE081D; }
span { border-color: rgb(238,8,29); }
td.TdClassName
{
border-color: #EE081D;
}
.TagClassName
{
border-color: #EE081D;
}
</style>