Shades of Torch Red #EE172A
Tints of Torch Red #EE172A
RGB
CMYK
RGB Variations
Color information
#EE172A (or 0xEE172A) is known color: Torch Red. HEX triplet: EE, 17 and 2A. RGB value is (238,23,42). Sum of RGB (Red+Green+Blue) = 238+23+42=303 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.55% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 238 - color contains mainly: red. Hex color #EE172A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE172A is #11E8D5. Grayscale: #595959. Windows color (decimal): -1173718 or 2758638. OLE color: 2758638.
HSL color Cylindrical-coordinate representation of color #EE172A: hue angle of 354.7º 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 #EE172A is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 42 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.07 |
| HSL | 354.7º | 0.86% | 0.51% | - |
| HSV(B) | 354.7º | 0.9% | 0.93% | - |
| XYZ | 35.98 | 18.96 | 3.95 | - |
| YUV | 89.45 | 101.23 | 233.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 42 | 0 | 0.90 | 0.82 | 0.07 | 354.7 | 0.86 | 0.51 |
| Hex | EE | 17 | 2A | 0 | 5A | 52 | 7 | 163 | 56 | 33 |
| Octal | 356 | 27 | 52 | 0 | 132 | 122 | 7 | 543 | 126 | 63 |
| Binary | 11101110 | 10111 | 101010 | 0 | 1011010 | 1010010 | 111 | 101100011 | 1010110 | 110011 |
Color Harmonies of #EE172A
Complementary color
Monochromatic Colors of #EE172A
Black with #EE172A
Text Example
Text Example
White with #EE172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE172A; }
p { color: rgb(238,23,42); }
H1.HeaderClassName
{
color: #EE172A;
}
.AnyTagClassName
{
color: #EE172A;
}
</style>
background-color css
<style>
a { background-color: #EE172A; }
a { background-color: rgb(238,23,42); }
div.DivClassName
{
background-color: #EE172A;
}
.BgClassName
{
background-color: #EE172A;
}
</style>
border-color css
<style>
span { border-color: #EE172A; }
span { border-color: rgb(238,23,42); }
td.TdClassName
{
border-color: #EE172A;
}
.TagClassName
{
border-color: #EE172A;
}
</style>