Shades of Torch Red #EF1736
Tints of Torch Red #EF1736
RGB
CMYK
RGB Variations
Color information
#EF1736 (or 0xEF1736) is known color: Torch Red. HEX triplet: EF, 17 and 36. RGB value is (239,23,54). Sum of RGB (Red+Green+Blue) = 239+23+54=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1736 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1736 is #10E8C9. Grayscale: #5B5B5B. Windows color (decimal): -1108170 or 3545071. OLE color: 3545071.
HSL color Cylindrical-coordinate representation of color #EF1736: hue angle of 351.39º 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 #EF1736 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 54 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.06 |
| HSL | 351.39º | 0.87% | 0.51% | - |
| HSV(B) | 351.39º | 0.9% | 0.94% | - |
| XYZ | 36.57 | 19.23 | 5.27 | - |
| YUV | 91.12 | 107.06 | 233.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 54 | 0 | 0.90 | 0.77 | 0.06 | 351.39 | 0.87 | 0.51 |
| Hex | EF | 17 | 36 | 0 | 5A | 4D | 6 | 15F | 57 | 33 |
| Octal | 357 | 27 | 66 | 0 | 132 | 115 | 6 | 537 | 127 | 63 |
| Binary | 11101111 | 10111 | 110110 | 0 | 1011010 | 1001101 | 110 | 101011111 | 1010111 | 110011 |
Color Harmonies of #EF1736
Complementary color
Monochromatic Colors of #EF1736
Black with #EF1736
Text Example
Text Example
White with #EF1736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1736; }
p { color: rgb(239,23,54); }
H1.HeaderClassName
{
color: #EF1736;
}
.AnyTagClassName
{
color: #EF1736;
}
</style>
background-color css
<style>
a { background-color: #EF1736; }
a { background-color: rgb(239,23,54); }
div.DivClassName
{
background-color: #EF1736;
}
.BgClassName
{
background-color: #EF1736;
}
</style>
border-color css
<style>
span { border-color: #EF1736; }
span { border-color: rgb(239,23,54); }
td.TdClassName
{
border-color: #EF1736;
}
.TagClassName
{
border-color: #EF1736;
}
</style>