Shades of Torch Red #EE142E
Tints of Torch Red #EE142E
RGB
CMYK
RGB Variations
Color information
#EE142E (or 0xEE142E) is known color: Torch Red. HEX triplet: EE, 14 and 2E. RGB value is (238,20,46). Sum of RGB (Red+Green+Blue) = 238+20+46=304 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.29% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 238 - color contains mainly: red. Hex color #EE142E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE142E is #11EBD1. Grayscale: #585858. Windows color (decimal): -1174482 or 3020014. OLE color: 3020014.
HSL color Cylindrical-coordinate representation of color #EE142E: hue angle of 352.84º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE142E is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 46 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.07 |
| HSL | 352.84º | 0.87% | 0.51% | - |
| HSV(B) | 352.84º | 0.92% | 0.93% | - |
| XYZ | 36 | 18.87 | 4.33 | - |
| YUV | 88.15 | 104.22 | 234.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 46 | 0 | 0.92 | 0.81 | 0.07 | 352.84 | 0.87 | 0.51 |
| Hex | EE | 14 | 2E | 0 | 5C | 51 | 7 | 161 | 57 | 33 |
| Octal | 356 | 24 | 56 | 0 | 134 | 121 | 7 | 541 | 127 | 63 |
| Binary | 11101110 | 10100 | 101110 | 0 | 1011100 | 1010001 | 111 | 101100001 | 1010111 | 110011 |
Color Harmonies of #EE142E
Complementary color
Monochromatic Colors of #EE142E
Black with #EE142E
Text Example
Text Example
White with #EE142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE142E; }
p { color: rgb(238,20,46); }
H1.HeaderClassName
{
color: #EE142E;
}
.AnyTagClassName
{
color: #EE142E;
}
</style>
background-color css
<style>
a { background-color: #EE142E; }
a { background-color: rgb(238,20,46); }
div.DivClassName
{
background-color: #EE142E;
}
.BgClassName
{
background-color: #EE142E;
}
</style>
border-color css
<style>
span { border-color: #EE142E; }
span { border-color: rgb(238,20,46); }
td.TdClassName
{
border-color: #EE142E;
}
.TagClassName
{
border-color: #EE142E;
}
</style>