Shades of Torch Red #EE1729
Tints of Torch Red #EE1729
RGB
CMYK
RGB Variations
Color information
#EE1729 (or 0xEE1729) is known color: Torch Red. HEX triplet: EE, 17 and 29. RGB value is (238,23,41). Sum of RGB (Red+Green+Blue) = 238+23+41=302 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.81% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1729 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1729 is #11E8D6. Grayscale: #595959. Windows color (decimal): -1173719 or 2693102. OLE color: 2693102.
HSL color Cylindrical-coordinate representation of color #EE1729: hue angle of 354.98º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE1729 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 41 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.07 |
| HSL | 354.98º | 0.86% | 0.51% | - |
| HSV(B) | 354.98º | 0.9% | 0.93% | - |
| XYZ | 35.97 | 18.95 | 3.86 | - |
| YUV | 89.34 | 100.73 | 234.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 41 | 0 | 0.90 | 0.83 | 0.07 | 354.98 | 0.86 | 0.51 |
| Hex | EE | 17 | 29 | 0 | 5A | 53 | 7 | 163 | 56 | 33 |
| Octal | 356 | 27 | 51 | 0 | 132 | 123 | 7 | 543 | 126 | 63 |
| Binary | 11101110 | 10111 | 101001 | 0 | 1011010 | 1010011 | 111 | 101100011 | 1010110 | 110011 |
Color Harmonies of #EE1729
Complementary color
Monochromatic Colors of #EE1729
Black with #EE1729
Text Example
Text Example
White with #EE1729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1729; }
p { color: rgb(238,23,41); }
H1.HeaderClassName
{
color: #EE1729;
}
.AnyTagClassName
{
color: #EE1729;
}
</style>
background-color css
<style>
a { background-color: #EE1729; }
a { background-color: rgb(238,23,41); }
div.DivClassName
{
background-color: #EE1729;
}
.BgClassName
{
background-color: #EE1729;
}
</style>
border-color css
<style>
span { border-color: #EE1729; }
span { border-color: rgb(238,23,41); }
td.TdClassName
{
border-color: #EE1729;
}
.TagClassName
{
border-color: #EE1729;
}
</style>