Shades of Torch Red #EE0135
Tints of Torch Red #EE0135
RGB
CMYK
RGB Variations
Color information
#EE0135 (or 0xEE0135) is known color: Torch Red. HEX triplet: EE, 01 and 35. RGB value is (238,1,53). Sum of RGB (Red+Green+Blue) = 238+1+53=292 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.51% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0135 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0135 is #11FECA. Grayscale: #4D4D4D. Windows color (decimal): -1179339 or 3473902. OLE color: 3473902.
HSL color Cylindrical-coordinate representation of color #EE0135: hue angle of 346.84º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0135 is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 53 | - |
| CMYK | 0 | 1.00 | 0.78 | 0.07 |
| HSL | 346.84º | 0.99% | 0.47% | - |
| HSV(B) | 346.84º | 1% | 0.93% | - |
| XYZ | 35.91 | 18.46 | 5.04 | - |
| YUV | 77.79 | 114.02 | 242.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 53 | 0 | 1.00 | 0.78 | 0.07 | 346.84 | 0.99 | 0.47 |
| Hex | EE | 1 | 35 | 0 | 64 | 4E | 7 | 15B | 63 | 2F |
| Octal | 356 | 1 | 65 | 0 | 144 | 116 | 7 | 533 | 143 | 57 |
| Binary | 11101110 | 1 | 110101 | 0 | 1100100 | 1001110 | 111 | 101011011 | 1100011 | 101111 |
Color Harmonies of #EE0135
Complementary color
Monochromatic Colors of #EE0135
Black with #EE0135
Text Example
Text Example
White with #EE0135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0135; }
p { color: rgb(238,1,53); }
H1.HeaderClassName
{
color: #EE0135;
}
.AnyTagClassName
{
color: #EE0135;
}
</style>
background-color css
<style>
a { background-color: #EE0135; }
a { background-color: rgb(238,1,53); }
div.DivClassName
{
background-color: #EE0135;
}
.BgClassName
{
background-color: #EE0135;
}
</style>
border-color css
<style>
span { border-color: #EE0135; }
span { border-color: rgb(238,1,53); }
td.TdClassName
{
border-color: #EE0135;
}
.TagClassName
{
border-color: #EE0135;
}
</style>