Shades of Torch Red #EE0541
Tints of Torch Red #EE0541
RGB
CMYK
RGB Variations
Color information
#EE0541 (or 0xEE0541) is known color: Torch Red. HEX triplet: EE, 05 and 41. RGB value is (238,5,65). Sum of RGB (Red+Green+Blue) = 238+5+65=308 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.27% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0541 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0541 is #11FABE. Grayscale: #515151. Windows color (decimal): -1178303 or 4261358. OLE color: 4261358.
HSL color Cylindrical-coordinate representation of color #EE0541: hue angle of 344.55º 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 #EE0541 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 65 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.07 |
| HSL | 344.55º | 0.96% | 0.48% | - |
| HSV(B) | 344.55º | 0.98% | 0.93% | - |
| XYZ | 36.27 | 18.67 | 6.69 | - |
| YUV | 81.51 | 118.69 | 239.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 65 | 0 | 0.98 | 0.73 | 0.07 | 344.55 | 0.96 | 0.48 |
| Hex | EE | 5 | 41 | 0 | 62 | 49 | 7 | 159 | 60 | 30 |
| Octal | 356 | 5 | 101 | 0 | 142 | 111 | 7 | 531 | 140 | 60 |
| Binary | 11101110 | 101 | 1000001 | 0 | 1100010 | 1001001 | 111 | 101011001 | 1100000 | 110000 |
Color Harmonies of #EE0541
Complementary color
Monochromatic Colors of #EE0541
Black with #EE0541
Text Example
Text Example
White with #EE0541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0541; }
p { color: rgb(238,5,65); }
H1.HeaderClassName
{
color: #EE0541;
}
.AnyTagClassName
{
color: #EE0541;
}
</style>
background-color css
<style>
a { background-color: #EE0541; }
a { background-color: rgb(238,5,65); }
div.DivClassName
{
background-color: #EE0541;
}
.BgClassName
{
background-color: #EE0541;
}
</style>
border-color css
<style>
span { border-color: #EE0541; }
span { border-color: rgb(238,5,65); }
td.TdClassName
{
border-color: #EE0541;
}
.TagClassName
{
border-color: #EE0541;
}
</style>