Shades of Torch Red #EE011D
Tints of Torch Red #EE011D
RGB
CMYK
RGB Variations
Color information
#EE011D (or 0xEE011D) is known color: Torch Red. HEX triplet: EE, 01 and 1D. RGB value is (238,1,29). Sum of RGB (Red+Green+Blue) = 238+1+29=268 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.81% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 238 - color contains mainly: red. Hex color #EE011D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE011D is #11FEE2. Grayscale: #4B4B4B. Windows color (decimal): -1179363 or 1901038. OLE color: 1901038.
HSL color Cylindrical-coordinate representation of color #EE011D: hue angle of 352.91º 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 #EE011D is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 29 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.07 |
| HSL | 352.91º | 0.99% | 0.47% | - |
| HSV(B) | 352.91º | 1% | 0.93% | - |
| XYZ | 35.49 | 18.29 | 2.82 | - |
| YUV | 75.06 | 102.02 | 244.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 29 | 0 | 1.00 | 0.88 | 0.07 | 352.91 | 0.99 | 0.47 |
| Hex | EE | 1 | 1D | 0 | 64 | 58 | 7 | 161 | 63 | 2F |
| Octal | 356 | 1 | 35 | 0 | 144 | 130 | 7 | 541 | 143 | 57 |
| Binary | 11101110 | 1 | 11101 | 0 | 1100100 | 1011000 | 111 | 101100001 | 1100011 | 101111 |
Color Harmonies of #EE011D
Complementary color
Monochromatic Colors of #EE011D
Black with #EE011D
Text Example
Text Example
White with #EE011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE011D; }
p { color: rgb(238,1,29); }
H1.HeaderClassName
{
color: #EE011D;
}
.AnyTagClassName
{
color: #EE011D;
}
</style>
background-color css
<style>
a { background-color: #EE011D; }
a { background-color: rgb(238,1,29); }
div.DivClassName
{
background-color: #EE011D;
}
.BgClassName
{
background-color: #EE011D;
}
</style>
border-color css
<style>
span { border-color: #EE011D; }
span { border-color: rgb(238,1,29); }
td.TdClassName
{
border-color: #EE011D;
}
.TagClassName
{
border-color: #EE011D;
}
</style>