Shades of Torch Red #EF173F
Tints of Torch Red #EF173F
RGB
CMYK
RGB Variations
Color information
#EF173F (or 0xEF173F) is known color: Torch Red. HEX triplet: EF, 17 and 3F. RGB value is (239,23,63). Sum of RGB (Red+Green+Blue) = 239+23+63=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF173F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF173F is #10E8C0. Grayscale: #5C5C5C. Windows color (decimal): -1108161 or 4134895. OLE color: 4134895.
HSL color Cylindrical-coordinate representation of color #EF173F: hue angle of 348.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 #EF173F is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 63 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.06 |
| HSL | 348.89º | 0.87% | 0.51% | - |
| HSV(B) | 348.89º | 0.9% | 0.94% | - |
| XYZ | 36.8 | 19.32 | 6.49 | - |
| YUV | 92.14 | 111.56 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 63 | 0 | 0.90 | 0.74 | 0.06 | 348.89 | 0.87 | 0.51 |
| Hex | EF | 17 | 3F | 0 | 5A | 4A | 6 | 15D | 57 | 33 |
| Octal | 357 | 27 | 77 | 0 | 132 | 112 | 6 | 535 | 127 | 63 |
| Binary | 11101111 | 10111 | 111111 | 0 | 1011010 | 1001010 | 110 | 101011101 | 1010111 | 110011 |
Color Harmonies of #EF173F
Complementary color
Monochromatic Colors of #EF173F
Black with #EF173F
Text Example
Text Example
White with #EF173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF173F; }
p { color: rgb(239,23,63); }
H1.HeaderClassName
{
color: #EF173F;
}
.AnyTagClassName
{
color: #EF173F;
}
</style>
background-color css
<style>
a { background-color: #EF173F; }
a { background-color: rgb(239,23,63); }
div.DivClassName
{
background-color: #EF173F;
}
.BgClassName
{
background-color: #EF173F;
}
</style>
border-color css
<style>
span { border-color: #EF173F; }
span { border-color: rgb(239,23,63); }
td.TdClassName
{
border-color: #EF173F;
}
.TagClassName
{
border-color: #EF173F;
}
</style>