Shades of Torch Red #EE013A
Tints of Torch Red #EE013A
RGB
CMYK
RGB Variations
Color information
#EE013A (or 0xEE013A) is known color: Torch Red. HEX triplet: EE, 01 and 3A. RGB value is (238,1,58). Sum of RGB (Red+Green+Blue) = 238+1+58=297 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.13% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 238 - color contains mainly: red. Hex color #EE013A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE013A is #11FEC5. Grayscale: #4E4E4E. Windows color (decimal): -1179334 or 3801582. OLE color: 3801582.
HSL color Cylindrical-coordinate representation of color #EE013A: hue angle of 345.57º 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 #EE013A is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 58 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.07 |
| HSL | 345.57º | 0.99% | 0.47% | - |
| HSV(B) | 345.57º | 1% | 0.93% | - |
| XYZ | 36.03 | 18.5 | 5.68 | - |
| YUV | 78.36 | 116.52 | 241.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 58 | 0 | 1.00 | 0.76 | 0.07 | 345.57 | 0.99 | 0.47 |
| Hex | EE | 1 | 3A | 0 | 64 | 4C | 7 | 15A | 63 | 2F |
| Octal | 356 | 1 | 72 | 0 | 144 | 114 | 7 | 532 | 143 | 57 |
| Binary | 11101110 | 1 | 111010 | 0 | 1100100 | 1001100 | 111 | 101011010 | 1100011 | 101111 |
Color Harmonies of #EE013A
Complementary color
Monochromatic Colors of #EE013A
Black with #EE013A
Text Example
Text Example
White with #EE013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE013A; }
p { color: rgb(238,1,58); }
H1.HeaderClassName
{
color: #EE013A;
}
.AnyTagClassName
{
color: #EE013A;
}
</style>
background-color css
<style>
a { background-color: #EE013A; }
a { background-color: rgb(238,1,58); }
div.DivClassName
{
background-color: #EE013A;
}
.BgClassName
{
background-color: #EE013A;
}
</style>
border-color css
<style>
span { border-color: #EE013A; }
span { border-color: rgb(238,1,58); }
td.TdClassName
{
border-color: #EE013A;
}
.TagClassName
{
border-color: #EE013A;
}
</style>