Shades of Torch Red #EE0545
Tints of Torch Red #EE0545
RGB
CMYK
RGB Variations
Color information
#EE0545 (or 0xEE0545) is known color: Torch Red. HEX triplet: EE, 05 and 45. RGB value is (238,5,69). Sum of RGB (Red+Green+Blue) = 238+5+69=312 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.28% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0545 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0545 is #11FABA. Grayscale: #515151. Windows color (decimal): -1178299 or 4523502. OLE color: 4523502.
HSL color Cylindrical-coordinate representation of color #EE0545: hue angle of 343.52º 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 #EE0545 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 69 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.07 |
| HSL | 343.52º | 0.96% | 0.48% | - |
| HSV(B) | 343.52º | 0.98% | 0.93% | - |
| XYZ | 36.39 | 18.72 | 7.32 | - |
| YUV | 81.96 | 120.69 | 239.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 69 | 0 | 0.98 | 0.71 | 0.07 | 343.52 | 0.96 | 0.48 |
| Hex | EE | 5 | 45 | 0 | 62 | 47 | 7 | 158 | 60 | 30 |
| Octal | 356 | 5 | 105 | 0 | 142 | 107 | 7 | 530 | 140 | 60 |
| Binary | 11101110 | 101 | 1000101 | 0 | 1100010 | 1000111 | 111 | 101011000 | 1100000 | 110000 |
Color Harmonies of #EE0545
Complementary color
Monochromatic Colors of #EE0545
Black with #EE0545
Text Example
Text Example
White with #EE0545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0545; }
p { color: rgb(238,5,69); }
H1.HeaderClassName
{
color: #EE0545;
}
.AnyTagClassName
{
color: #EE0545;
}
</style>
background-color css
<style>
a { background-color: #EE0545; }
a { background-color: rgb(238,5,69); }
div.DivClassName
{
background-color: #EE0545;
}
.BgClassName
{
background-color: #EE0545;
}
</style>
border-color css
<style>
span { border-color: #EE0545; }
span { border-color: rgb(238,5,69); }
td.TdClassName
{
border-color: #EE0545;
}
.TagClassName
{
border-color: #EE0545;
}
</style>