Shades of Torch Red #EE142C
Tints of Torch Red #EE142C
RGB
CMYK
RGB Variations
Color information
#EE142C (or 0xEE142C) is known color: Torch Red. HEX triplet: EE, 14 and 2C. RGB value is (238,20,44). Sum of RGB (Red+Green+Blue) = 238+20+44=302 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.81% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 238 - color contains mainly: red. Hex color #EE142C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE142C is #11EBD3. Grayscale: #585858. Windows color (decimal): -1174484 or 2888942. OLE color: 2888942.
HSL color Cylindrical-coordinate representation of color #EE142C: hue angle of 353.39º 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 #EE142C is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 44 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.07 |
| HSL | 353.39º | 0.87% | 0.51% | - |
| HSV(B) | 353.39º | 0.92% | 0.93% | - |
| XYZ | 35.96 | 18.86 | 4.13 | - |
| YUV | 87.92 | 103.22 | 235.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 44 | 0 | 0.92 | 0.82 | 0.07 | 353.39 | 0.87 | 0.51 |
| Hex | EE | 14 | 2C | 0 | 5C | 52 | 7 | 161 | 57 | 33 |
| Octal | 356 | 24 | 54 | 0 | 134 | 122 | 7 | 541 | 127 | 63 |
| Binary | 11101110 | 10100 | 101100 | 0 | 1011100 | 1010010 | 111 | 101100001 | 1010111 | 110011 |
Color Harmonies of #EE142C
Complementary color
Monochromatic Colors of #EE142C
Black with #EE142C
Text Example
Text Example
White with #EE142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE142C; }
p { color: rgb(238,20,44); }
H1.HeaderClassName
{
color: #EE142C;
}
.AnyTagClassName
{
color: #EE142C;
}
</style>
background-color css
<style>
a { background-color: #EE142C; }
a { background-color: rgb(238,20,44); }
div.DivClassName
{
background-color: #EE142C;
}
.BgClassName
{
background-color: #EE142C;
}
</style>
border-color css
<style>
span { border-color: #EE142C; }
span { border-color: rgb(238,20,44); }
td.TdClassName
{
border-color: #EE142C;
}
.TagClassName
{
border-color: #EE142C;
}
</style>