Shades of Torch Red #EE012D
Tints of Torch Red #EE012D
RGB
CMYK
RGB Variations
Color information
#EE012D (or 0xEE012D) is known color: Torch Red. HEX triplet: EE, 01 and 2D. RGB value is (238,1,45). Sum of RGB (Red+Green+Blue) = 238+1+45=284 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.80% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 238 - color contains mainly: red. Hex color #EE012D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE012D is #11FED2. Grayscale: #4C4C4C. Windows color (decimal): -1179347 or 2949614. OLE color: 2949614.
HSL color Cylindrical-coordinate representation of color #EE012D: hue angle of 348.86º 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 #EE012D is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 45 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.07 |
| HSL | 348.86º | 0.99% | 0.47% | - |
| HSV(B) | 348.86º | 1% | 0.93% | - |
| XYZ | 35.74 | 18.39 | 4.15 | - |
| YUV | 76.88 | 110.02 | 242.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 45 | 0 | 1.00 | 0.81 | 0.07 | 348.86 | 0.99 | 0.47 |
| Hex | EE | 1 | 2D | 0 | 64 | 51 | 7 | 15D | 63 | 2F |
| Octal | 356 | 1 | 55 | 0 | 144 | 121 | 7 | 535 | 143 | 57 |
| Binary | 11101110 | 1 | 101101 | 0 | 1100100 | 1010001 | 111 | 101011101 | 1100011 | 101111 |
Color Harmonies of #EE012D
Complementary color
Monochromatic Colors of #EE012D
Black with #EE012D
Text Example
Text Example
White with #EE012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE012D; }
p { color: rgb(238,1,45); }
H1.HeaderClassName
{
color: #EE012D;
}
.AnyTagClassName
{
color: #EE012D;
}
</style>
background-color css
<style>
a { background-color: #EE012D; }
a { background-color: rgb(238,1,45); }
div.DivClassName
{
background-color: #EE012D;
}
.BgClassName
{
background-color: #EE012D;
}
</style>
border-color css
<style>
span { border-color: #EE012D; }
span { border-color: rgb(238,1,45); }
td.TdClassName
{
border-color: #EE012D;
}
.TagClassName
{
border-color: #EE012D;
}
</style>