Shades of Torch Red #EE172F
Tints of Torch Red #EE172F
RGB
CMYK
RGB Variations
Color information
#EE172F (or 0xEE172F) is known color: Torch Red. HEX triplet: EE, 17 and 2F. RGB value is (238,23,47). Sum of RGB (Red+Green+Blue) = 238+23+47=308 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.27% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 238 - color contains mainly: red. Hex color #EE172F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE172F is #11E8D0. Grayscale: #5A5A5A. Windows color (decimal): -1173713 or 3086318. OLE color: 3086318.
HSL color Cylindrical-coordinate representation of color #EE172F: hue angle of 353.3º 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 #EE172F is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 47 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.07 |
| HSL | 353.3º | 0.86% | 0.51% | - |
| HSV(B) | 353.3º | 0.9% | 0.93% | - |
| XYZ | 36.08 | 19 | 4.45 | - |
| YUV | 90.02 | 103.73 | 233.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 47 | 0 | 0.90 | 0.80 | 0.07 | 353.3 | 0.86 | 0.51 |
| Hex | EE | 17 | 2F | 0 | 5A | 50 | 7 | 161 | 56 | 33 |
| Octal | 356 | 27 | 57 | 0 | 132 | 120 | 7 | 541 | 126 | 63 |
| Binary | 11101110 | 10111 | 101111 | 0 | 1011010 | 1010000 | 111 | 101100001 | 1010110 | 110011 |
Color Harmonies of #EE172F
Complementary color
Monochromatic Colors of #EE172F
Black with #EE172F
Text Example
Text Example
White with #EE172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE172F; }
p { color: rgb(238,23,47); }
H1.HeaderClassName
{
color: #EE172F;
}
.AnyTagClassName
{
color: #EE172F;
}
</style>
background-color css
<style>
a { background-color: #EE172F; }
a { background-color: rgb(238,23,47); }
div.DivClassName
{
background-color: #EE172F;
}
.BgClassName
{
background-color: #EE172F;
}
</style>
border-color css
<style>
span { border-color: #EE172F; }
span { border-color: rgb(238,23,47); }
td.TdClassName
{
border-color: #EE172F;
}
.TagClassName
{
border-color: #EE172F;
}
</style>