Shades of Torch Red #EE1035
Tints of Torch Red #EE1035
RGB
CMYK
RGB Variations
Color information
#EE1035 (or 0xEE1035) is known color: Torch Red. HEX triplet: EE, 10 and 35. RGB value is (238,16,53). Sum of RGB (Red+Green+Blue) = 238+16+53=307 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.52% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1035 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1035 is #11EFCA. Grayscale: #565656. Windows color (decimal): -1175499 or 3477742. OLE color: 3477742.
HSL color Cylindrical-coordinate representation of color #EE1035: hue angle of 350º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE1035 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 53 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.07 |
| HSL | 350º | 0.87% | 0.5% | - |
| HSV(B) | 350º | 0.93% | 0.93% | - |
| XYZ | 36.09 | 18.8 | 5.1 | - |
| YUV | 86.6 | 109.05 | 235.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 53 | 0 | 0.93 | 0.78 | 0.07 | 350 | 0.87 | 0.5 |
| Hex | EE | 10 | 35 | 0 | 5D | 4E | 7 | 15E | 57 | 32 |
| Octal | 356 | 20 | 65 | 0 | 135 | 116 | 7 | 536 | 127 | 62 |
| Binary | 11101110 | 10000 | 110101 | 0 | 1011101 | 1001110 | 111 | 101011110 | 1010111 | 110010 |
Color Harmonies of #EE1035
Complementary color
Monochromatic Colors of #EE1035
Black with #EE1035
Text Example
Text Example
White with #EE1035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1035; }
p { color: rgb(238,16,53); }
H1.HeaderClassName
{
color: #EE1035;
}
.AnyTagClassName
{
color: #EE1035;
}
</style>
background-color css
<style>
a { background-color: #EE1035; }
a { background-color: rgb(238,16,53); }
div.DivClassName
{
background-color: #EE1035;
}
.BgClassName
{
background-color: #EE1035;
}
</style>
border-color css
<style>
span { border-color: #EE1035; }
span { border-color: rgb(238,16,53); }
td.TdClassName
{
border-color: #EE1035;
}
.TagClassName
{
border-color: #EE1035;
}
</style>