Shades of Torch Red #EE172D
Tints of Torch Red #EE172D
RGB
CMYK
RGB Variations
Color information
#EE172D (or 0xEE172D) is known color: Torch Red. HEX triplet: EE, 17 and 2D. RGB value is (238,23,45). Sum of RGB (Red+Green+Blue) = 238+23+45=306 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.78% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 238 - color contains mainly: red. Hex color #EE172D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE172D is #11E8D2. Grayscale: #595959. Windows color (decimal): -1173715 or 2955246. OLE color: 2955246.
HSL color Cylindrical-coordinate representation of color #EE172D: hue angle of 353.86º 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 #EE172D is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 45 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.07 |
| HSL | 353.86º | 0.86% | 0.51% | - |
| HSV(B) | 353.86º | 0.9% | 0.93% | - |
| XYZ | 36.04 | 18.98 | 4.25 | - |
| YUV | 89.79 | 102.73 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 45 | 0 | 0.90 | 0.81 | 0.07 | 353.86 | 0.86 | 0.51 |
| Hex | EE | 17 | 2D | 0 | 5A | 51 | 7 | 162 | 56 | 33 |
| Octal | 356 | 27 | 55 | 0 | 132 | 121 | 7 | 542 | 126 | 63 |
| Binary | 11101110 | 10111 | 101101 | 0 | 1011010 | 1010001 | 111 | 101100010 | 1010110 | 110011 |
Color Harmonies of #EE172D
Complementary color
Monochromatic Colors of #EE172D
Black with #EE172D
Text Example
Text Example
White with #EE172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE172D; }
p { color: rgb(238,23,45); }
H1.HeaderClassName
{
color: #EE172D;
}
.AnyTagClassName
{
color: #EE172D;
}
</style>
background-color css
<style>
a { background-color: #EE172D; }
a { background-color: rgb(238,23,45); }
div.DivClassName
{
background-color: #EE172D;
}
.BgClassName
{
background-color: #EE172D;
}
</style>
border-color css
<style>
span { border-color: #EE172D; }
span { border-color: rgb(238,23,45); }
td.TdClassName
{
border-color: #EE172D;
}
.TagClassName
{
border-color: #EE172D;
}
</style>