Shades of Torch Red #EE142A
Tints of Torch Red #EE142A
RGB
CMYK
RGB Variations
Color information
#EE142A (or 0xEE142A) is known color: Torch Red. HEX triplet: EE, 14 and 2A. RGB value is (238,20,42). Sum of RGB (Red+Green+Blue) = 238+20+42=300 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.33% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 238 - color contains mainly: red. Hex color #EE142A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE142A is #11EBD5. Grayscale: #575757. Windows color (decimal): -1174486 or 2757870. OLE color: 2757870.
HSL color Cylindrical-coordinate representation of color #EE142A: hue angle of 353.94º 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 #EE142A is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 42 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.07 |
| HSL | 353.94º | 0.87% | 0.51% | - |
| HSV(B) | 353.94º | 0.92% | 0.93% | - |
| XYZ | 35.93 | 18.84 | 3.93 | - |
| YUV | 87.69 | 102.22 | 235.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 42 | 0 | 0.92 | 0.82 | 0.07 | 353.94 | 0.87 | 0.51 |
| Hex | EE | 14 | 2A | 0 | 5C | 52 | 7 | 162 | 57 | 33 |
| Octal | 356 | 24 | 52 | 0 | 134 | 122 | 7 | 542 | 127 | 63 |
| Binary | 11101110 | 10100 | 101010 | 0 | 1011100 | 1010010 | 111 | 101100010 | 1010111 | 110011 |
Color Harmonies of #EE142A
Complementary color
Monochromatic Colors of #EE142A
Black with #EE142A
Text Example
Text Example
White with #EE142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE142A; }
p { color: rgb(238,20,42); }
H1.HeaderClassName
{
color: #EE142A;
}
.AnyTagClassName
{
color: #EE142A;
}
</style>
background-color css
<style>
a { background-color: #EE142A; }
a { background-color: rgb(238,20,42); }
div.DivClassName
{
background-color: #EE142A;
}
.BgClassName
{
background-color: #EE142A;
}
</style>
border-color css
<style>
span { border-color: #EE142A; }
span { border-color: rgb(238,20,42); }
td.TdClassName
{
border-color: #EE142A;
}
.TagClassName
{
border-color: #EE142A;
}
</style>