Shades of Torch Red #EE052F
Tints of Torch Red #EE052F
RGB
CMYK
RGB Variations
Color information
#EE052F (or 0xEE052F) is known color: Torch Red. HEX triplet: EE, 05 and 2F. RGB value is (238,5,47). Sum of RGB (Red+Green+Blue) = 238+5+47=290 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.07% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 238 - color contains mainly: red. Hex color #EE052F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE052F is #11FAD0. Grayscale: #4F4F4F. Windows color (decimal): -1178321 or 3081710. OLE color: 3081710.
HSL color Cylindrical-coordinate representation of color #EE052F: hue angle of 349.18º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE052F is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 47 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.07 |
| HSL | 349.18º | 0.96% | 0.48% | - |
| HSV(B) | 349.18º | 0.98% | 0.93% | - |
| XYZ | 35.83 | 18.49 | 4.37 | - |
| YUV | 79.46 | 109.69 | 241.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 47 | 0 | 0.98 | 0.80 | 0.07 | 349.18 | 0.96 | 0.48 |
| Hex | EE | 5 | 2F | 0 | 62 | 50 | 7 | 15D | 60 | 30 |
| Octal | 356 | 5 | 57 | 0 | 142 | 120 | 7 | 535 | 140 | 60 |
| Binary | 11101110 | 101 | 101111 | 0 | 1100010 | 1010000 | 111 | 101011101 | 1100000 | 110000 |
Color Harmonies of #EE052F
Complementary color
Monochromatic Colors of #EE052F
Black with #EE052F
Text Example
Text Example
White with #EE052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE052F; }
p { color: rgb(238,5,47); }
H1.HeaderClassName
{
color: #EE052F;
}
.AnyTagClassName
{
color: #EE052F;
}
</style>
background-color css
<style>
a { background-color: #EE052F; }
a { background-color: rgb(238,5,47); }
div.DivClassName
{
background-color: #EE052F;
}
.BgClassName
{
background-color: #EE052F;
}
</style>
border-color css
<style>
span { border-color: #EE052F; }
span { border-color: rgb(238,5,47); }
td.TdClassName
{
border-color: #EE052F;
}
.TagClassName
{
border-color: #EE052F;
}
</style>