Shades of Torch Red #EE051D
Tints of Torch Red #EE051D
RGB
CMYK
RGB Variations
Color information
#EE051D (or 0xEE051D) is known color: Torch Red. HEX triplet: EE, 05 and 1D. RGB value is (238,5,29). Sum of RGB (Red+Green+Blue) = 238+5+29=272 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.5% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 238 - color contains mainly: red. Hex color #EE051D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE051D is #11FAE2. Grayscale: #4D4D4D. Windows color (decimal): -1178339 or 1902062. OLE color: 1902062.
HSL color Cylindrical-coordinate representation of color #EE051D: hue angle of 353.82º 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 #EE051D is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 29 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.07 |
| HSL | 353.82º | 0.96% | 0.48% | - |
| HSV(B) | 353.82º | 0.98% | 0.93% | - |
| XYZ | 35.54 | 18.37 | 2.84 | - |
| YUV | 77.4 | 100.69 | 242.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 29 | 0 | 0.98 | 0.88 | 0.07 | 353.82 | 0.96 | 0.48 |
| Hex | EE | 5 | 1D | 0 | 62 | 58 | 7 | 162 | 60 | 30 |
| Octal | 356 | 5 | 35 | 0 | 142 | 130 | 7 | 542 | 140 | 60 |
| Binary | 11101110 | 101 | 11101 | 0 | 1100010 | 1011000 | 111 | 101100010 | 1100000 | 110000 |
Color Harmonies of #EE051D
Complementary color
Monochromatic Colors of #EE051D
Black with #EE051D
Text Example
Text Example
White with #EE051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE051D; }
p { color: rgb(238,5,29); }
H1.HeaderClassName
{
color: #EE051D;
}
.AnyTagClassName
{
color: #EE051D;
}
</style>
background-color css
<style>
a { background-color: #EE051D; }
a { background-color: rgb(238,5,29); }
div.DivClassName
{
background-color: #EE051D;
}
.BgClassName
{
background-color: #EE051D;
}
</style>
border-color css
<style>
span { border-color: #EE051D; }
span { border-color: rgb(238,5,29); }
td.TdClassName
{
border-color: #EE051D;
}
.TagClassName
{
border-color: #EE051D;
}
</style>