Shades of Torch Red #EE0535
Tints of Torch Red #EE0535
RGB
CMYK
RGB Variations
Color information
#EE0535 (or 0xEE0535) is known color: Torch Red. HEX triplet: EE, 05 and 35. RGB value is (238,5,53). Sum of RGB (Red+Green+Blue) = 238+5+53=296 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.41% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0535 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0535 is #11FACA. Grayscale: #505050. Windows color (decimal): -1178315 or 3474926. OLE color: 3474926.
HSL color Cylindrical-coordinate representation of color #EE0535: hue angle of 347.64º 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 #EE0535 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 53 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.07 |
| HSL | 347.64º | 0.96% | 0.48% | - |
| HSV(B) | 347.64º | 0.98% | 0.93% | - |
| XYZ | 35.96 | 18.54 | 5.05 | - |
| YUV | 80.14 | 112.69 | 240.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 53 | 0 | 0.98 | 0.78 | 0.07 | 347.64 | 0.96 | 0.48 |
| Hex | EE | 5 | 35 | 0 | 62 | 4E | 7 | 15C | 60 | 30 |
| Octal | 356 | 5 | 65 | 0 | 142 | 116 | 7 | 534 | 140 | 60 |
| Binary | 11101110 | 101 | 110101 | 0 | 1100010 | 1001110 | 111 | 101011100 | 1100000 | 110000 |
Color Harmonies of #EE0535
Complementary color
Monochromatic Colors of #EE0535
Black with #EE0535
Text Example
Text Example
White with #EE0535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0535; }
p { color: rgb(238,5,53); }
H1.HeaderClassName
{
color: #EE0535;
}
.AnyTagClassName
{
color: #EE0535;
}
</style>
background-color css
<style>
a { background-color: #EE0535; }
a { background-color: rgb(238,5,53); }
div.DivClassName
{
background-color: #EE0535;
}
.BgClassName
{
background-color: #EE0535;
}
</style>
border-color css
<style>
span { border-color: #EE0535; }
span { border-color: rgb(238,5,53); }
td.TdClassName
{
border-color: #EE0535;
}
.TagClassName
{
border-color: #EE0535;
}
</style>