Shades of Torch Red #EE172B
Tints of Torch Red #EE172B
RGB
CMYK
RGB Variations
Color information
#EE172B (or 0xEE172B) is known color: Torch Red. HEX triplet: EE, 17 and 2B. RGB value is (238,23,43). Sum of RGB (Red+Green+Blue) = 238+23+43=304 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.29% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 238 - color contains mainly: red. Hex color #EE172B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE172B is #11E8D4. Grayscale: #595959. Windows color (decimal): -1173717 or 2824174. OLE color: 2824174.
HSL color Cylindrical-coordinate representation of color #EE172B: hue angle of 354.42º 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 #EE172B is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 43 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.07 |
| HSL | 354.42º | 0.86% | 0.51% | - |
| HSV(B) | 354.42º | 0.9% | 0.93% | - |
| XYZ | 36 | 18.96 | 4.05 | - |
| YUV | 89.57 | 101.73 | 233.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 43 | 0 | 0.90 | 0.82 | 0.07 | 354.42 | 0.86 | 0.51 |
| Hex | EE | 17 | 2B | 0 | 5A | 52 | 7 | 162 | 56 | 33 |
| Octal | 356 | 27 | 53 | 0 | 132 | 122 | 7 | 542 | 126 | 63 |
| Binary | 11101110 | 10111 | 101011 | 0 | 1011010 | 1010010 | 111 | 101100010 | 1010110 | 110011 |
Color Harmonies of #EE172B
Complementary color
Monochromatic Colors of #EE172B
Black with #EE172B
Text Example
Text Example
White with #EE172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE172B; }
p { color: rgb(238,23,43); }
H1.HeaderClassName
{
color: #EE172B;
}
.AnyTagClassName
{
color: #EE172B;
}
</style>
background-color css
<style>
a { background-color: #EE172B; }
a { background-color: rgb(238,23,43); }
div.DivClassName
{
background-color: #EE172B;
}
.BgClassName
{
background-color: #EE172B;
}
</style>
border-color css
<style>
span { border-color: #EE172B; }
span { border-color: rgb(238,23,43); }
td.TdClassName
{
border-color: #EE172B;
}
.TagClassName
{
border-color: #EE172B;
}
</style>