Shades of Torch Red #EE1429
Tints of Torch Red #EE1429
RGB
CMYK
RGB Variations
Color information
#EE1429 (or 0xEE1429) is known color: Torch Red. HEX triplet: EE, 14 and 29. RGB value is (238,20,41). Sum of RGB (Red+Green+Blue) = 238+20+41=299 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.60% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1429 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1429 is #11EBD6. Grayscale: #575757. Windows color (decimal): -1174487 or 2692334. OLE color: 2692334.
HSL color Cylindrical-coordinate representation of color #EE1429: hue angle of 354.22º 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 #EE1429 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 41 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.07 |
| HSL | 354.22º | 0.87% | 0.51% | - |
| HSV(B) | 354.22º | 0.92% | 0.93% | - |
| XYZ | 35.91 | 18.84 | 3.84 | - |
| YUV | 87.58 | 101.72 | 235.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 41 | 0 | 0.92 | 0.83 | 0.07 | 354.22 | 0.87 | 0.51 |
| Hex | EE | 14 | 29 | 0 | 5C | 53 | 7 | 162 | 57 | 33 |
| Octal | 356 | 24 | 51 | 0 | 134 | 123 | 7 | 542 | 127 | 63 |
| Binary | 11101110 | 10100 | 101001 | 0 | 1011100 | 1010011 | 111 | 101100010 | 1010111 | 110011 |
Color Harmonies of #EE1429
Complementary color
Monochromatic Colors of #EE1429
Black with #EE1429
Text Example
Text Example
White with #EE1429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1429; }
p { color: rgb(238,20,41); }
H1.HeaderClassName
{
color: #EE1429;
}
.AnyTagClassName
{
color: #EE1429;
}
</style>
background-color css
<style>
a { background-color: #EE1429; }
a { background-color: rgb(238,20,41); }
div.DivClassName
{
background-color: #EE1429;
}
.BgClassName
{
background-color: #EE1429;
}
</style>
border-color css
<style>
span { border-color: #EE1429; }
span { border-color: rgb(238,20,41); }
td.TdClassName
{
border-color: #EE1429;
}
.TagClassName
{
border-color: #EE1429;
}
</style>