Shades of Torch Red #EE082D
Tints of Torch Red #EE082D
RGB
CMYK
RGB Variations
Color information
#EE082D (or 0xEE082D) is known color: Torch Red. HEX triplet: EE, 08 and 2D. RGB value is (238,8,45). Sum of RGB (Red+Green+Blue) = 238+8+45=291 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.79% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 238 - color contains mainly: red. Hex color #EE082D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE082D is #11F7D2. Grayscale: #515151. Windows color (decimal): -1177555 or 2951406. OLE color: 2951406.
HSL color Cylindrical-coordinate representation of color #EE082D: hue angle of 350.35º 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 #EE082D is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 45 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.07 |
| HSL | 350.35º | 0.93% | 0.48% | - |
| HSV(B) | 350.35º | 0.97% | 0.93% | - |
| XYZ | 35.82 | 18.54 | 4.17 | - |
| YUV | 80.99 | 107.7 | 239.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 45 | 0 | 0.97 | 0.81 | 0.07 | 350.35 | 0.93 | 0.48 |
| Hex | EE | 8 | 2D | 0 | 61 | 51 | 7 | 15E | 5D | 30 |
| Octal | 356 | 10 | 55 | 0 | 141 | 121 | 7 | 536 | 135 | 60 |
| Binary | 11101110 | 1000 | 101101 | 0 | 1100001 | 1010001 | 111 | 101011110 | 1011101 | 110000 |
Color Harmonies of #EE082D
Complementary color
Monochromatic Colors of #EE082D
Black with #EE082D
Text Example
Text Example
White with #EE082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE082D; }
p { color: rgb(238,8,45); }
H1.HeaderClassName
{
color: #EE082D;
}
.AnyTagClassName
{
color: #EE082D;
}
</style>
background-color css
<style>
a { background-color: #EE082D; }
a { background-color: rgb(238,8,45); }
div.DivClassName
{
background-color: #EE082D;
}
.BgClassName
{
background-color: #EE082D;
}
</style>
border-color css
<style>
span { border-color: #EE082D; }
span { border-color: rgb(238,8,45); }
td.TdClassName
{
border-color: #EE082D;
}
.TagClassName
{
border-color: #EE082D;
}
</style>