Shades of Torch Red #EF172D
Tints of Torch Red #EF172D
RGB
CMYK
RGB Variations
Color information
#EF172D (or 0xEF172D) is known color: Torch Red. HEX triplet: EF, 17 and 2D. RGB value is (239,23,45). Sum of RGB (Red+Green+Blue) = 239+23+45=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF172D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF172D is #10E8D2. Grayscale: #5A5A5A. Windows color (decimal): -1108179 or 2955247. OLE color: 2955247.
HSL color Cylindrical-coordinate representation of color #EF172D: hue angle of 353.89º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF172D is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 45 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.06 |
| HSL | 353.89º | 0.87% | 0.51% | - |
| HSV(B) | 353.89º | 0.9% | 0.94% | - |
| XYZ | 36.38 | 19.15 | 4.26 | - |
| YUV | 90.09 | 102.56 | 234.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 45 | 0 | 0.90 | 0.81 | 0.06 | 353.89 | 0.87 | 0.51 |
| Hex | EF | 17 | 2D | 0 | 5A | 51 | 6 | 162 | 57 | 33 |
| Octal | 357 | 27 | 55 | 0 | 132 | 121 | 6 | 542 | 127 | 63 |
| Binary | 11101111 | 10111 | 101101 | 0 | 1011010 | 1010001 | 110 | 101100010 | 1010111 | 110011 |
Color Harmonies of #EF172D
Complementary color
Monochromatic Colors of #EF172D
Black with #EF172D
Text Example
Text Example
White with #EF172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF172D; }
p { color: rgb(239,23,45); }
H1.HeaderClassName
{
color: #EF172D;
}
.AnyTagClassName
{
color: #EF172D;
}
</style>
background-color css
<style>
a { background-color: #EF172D; }
a { background-color: rgb(239,23,45); }
div.DivClassName
{
background-color: #EF172D;
}
.BgClassName
{
background-color: #EF172D;
}
</style>
border-color css
<style>
span { border-color: #EF172D; }
span { border-color: rgb(239,23,45); }
td.TdClassName
{
border-color: #EF172D;
}
.TagClassName
{
border-color: #EF172D;
}
</style>