Shades of Torch Red #EE143C
Tints of Torch Red #EE143C
RGB
CMYK
RGB Variations
Color information
#EE143C (or 0xEE143C) is known color: Torch Red. HEX triplet: EE, 14 and 3C. RGB value is (238,20,60). Sum of RGB (Red+Green+Blue) = 238+20+60=318 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.84% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 238 - color contains mainly: red. Hex color #EE143C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE143C is #11EBC3. Grayscale: #595959. Windows color (decimal): -1174468 or 3937518. OLE color: 3937518.
HSL color Cylindrical-coordinate representation of color #EE143C: hue angle of 348.99º 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 #EE143C is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 60 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.07 |
| HSL | 348.99º | 0.87% | 0.51% | - |
| HSV(B) | 348.99º | 0.92% | 0.93% | - |
| XYZ | 36.33 | 19 | 6.03 | - |
| YUV | 89.74 | 111.22 | 233.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 60 | 0 | 0.92 | 0.75 | 0.07 | 348.99 | 0.87 | 0.51 |
| Hex | EE | 14 | 3C | 0 | 5C | 4B | 7 | 15D | 57 | 33 |
| Octal | 356 | 24 | 74 | 0 | 134 | 113 | 7 | 535 | 127 | 63 |
| Binary | 11101110 | 10100 | 111100 | 0 | 1011100 | 1001011 | 111 | 101011101 | 1010111 | 110011 |
Color Harmonies of #EE143C
Complementary color
Monochromatic Colors of #EE143C
Black with #EE143C
Text Example
Text Example
White with #EE143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE143C; }
p { color: rgb(238,20,60); }
H1.HeaderClassName
{
color: #EE143C;
}
.AnyTagClassName
{
color: #EE143C;
}
</style>
background-color css
<style>
a { background-color: #EE143C; }
a { background-color: rgb(238,20,60); }
div.DivClassName
{
background-color: #EE143C;
}
.BgClassName
{
background-color: #EE143C;
}
</style>
border-color css
<style>
span { border-color: #EE143C; }
span { border-color: rgb(238,20,60); }
td.TdClassName
{
border-color: #EE143C;
}
.TagClassName
{
border-color: #EE143C;
}
</style>