Shades of Torch Red #EE0544
Tints of Torch Red #EE0544
RGB
CMYK
RGB Variations
Color information
#EE0544 (or 0xEE0544) is known color: Torch Red. HEX triplet: EE, 05 and 44. RGB value is (238,5,68). Sum of RGB (Red+Green+Blue) = 238+5+68=311 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.53% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0544 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0544 is #11FABB. Grayscale: #515151. Windows color (decimal): -1178300 or 4457966. OLE color: 4457966.
HSL color Cylindrical-coordinate representation of color #EE0544: hue angle of 343.78º 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 #EE0544 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 68 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.07 |
| HSL | 343.78º | 0.96% | 0.48% | - |
| HSV(B) | 343.78º | 0.98% | 0.93% | - |
| XYZ | 36.36 | 18.7 | 7.16 | - |
| YUV | 81.85 | 120.19 | 239.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 68 | 0 | 0.98 | 0.71 | 0.07 | 343.78 | 0.96 | 0.48 |
| Hex | EE | 5 | 44 | 0 | 62 | 47 | 7 | 158 | 60 | 30 |
| Octal | 356 | 5 | 104 | 0 | 142 | 107 | 7 | 530 | 140 | 60 |
| Binary | 11101110 | 101 | 1000100 | 0 | 1100010 | 1000111 | 111 | 101011000 | 1100000 | 110000 |
Color Harmonies of #EE0544
Complementary color
Monochromatic Colors of #EE0544
Black with #EE0544
Text Example
Text Example
White with #EE0544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0544; }
p { color: rgb(238,5,68); }
H1.HeaderClassName
{
color: #EE0544;
}
.AnyTagClassName
{
color: #EE0544;
}
</style>
background-color css
<style>
a { background-color: #EE0544; }
a { background-color: rgb(238,5,68); }
div.DivClassName
{
background-color: #EE0544;
}
.BgClassName
{
background-color: #EE0544;
}
</style>
border-color css
<style>
span { border-color: #EE0544; }
span { border-color: rgb(238,5,68); }
td.TdClassName
{
border-color: #EE0544;
}
.TagClassName
{
border-color: #EE0544;
}
</style>