Shades of Torch Red #EE0F2D
Tints of Torch Red #EE0F2D
RGB
CMYK
RGB Variations
Color information
#EE0F2D (or 0xEE0F2D) is known color: Torch Red. HEX triplet: EE, 0F and 2D. RGB value is (238,15,45). Sum of RGB (Red+Green+Blue) = 238+15+45=298 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.87% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0F2D is #11F0D2. Grayscale: #555555. Windows color (decimal): -1175763 or 2953198. OLE color: 2953198.
HSL color Cylindrical-coordinate representation of color #EE0F2D: hue angle of 351.93º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0F2D is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 45 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.07 |
| HSL | 351.93º | 0.88% | 0.5% | - |
| HSV(B) | 351.93º | 0.94% | 0.93% | - |
| XYZ | 35.9 | 18.71 | 4.2 | - |
| YUV | 85.1 | 105.38 | 237.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 45 | 0 | 0.94 | 0.81 | 0.07 | 351.93 | 0.88 | 0.5 |
| Hex | EE | F | 2D | 0 | 5E | 51 | 7 | 160 | 58 | 32 |
| Octal | 356 | 17 | 55 | 0 | 136 | 121 | 7 | 540 | 130 | 62 |
| Binary | 11101110 | 1111 | 101101 | 0 | 1011110 | 1010001 | 111 | 101100000 | 1011000 | 110010 |
Color Harmonies of #EE0F2D
Complementary color
Monochromatic Colors of #EE0F2D
Black with #EE0F2D
Text Example
Text Example
White with #EE0F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0F2D; }
p { color: rgb(238,15,45); }
H1.HeaderClassName
{
color: #EE0F2D;
}
.AnyTagClassName
{
color: #EE0F2D;
}
</style>
background-color css
<style>
a { background-color: #EE0F2D; }
a { background-color: rgb(238,15,45); }
div.DivClassName
{
background-color: #EE0F2D;
}
.BgClassName
{
background-color: #EE0F2D;
}
</style>
border-color css
<style>
span { border-color: #EE0F2D; }
span { border-color: rgb(238,15,45); }
td.TdClassName
{
border-color: #EE0F2D;
}
.TagClassName
{
border-color: #EE0F2D;
}
</style>