Shades of Torch Red #EF161B
Tints of Torch Red #EF161B
RGB
CMYK
RGB Variations
Color information
#EF161B (or 0xEF161B) is known color: Torch Red. HEX triplet: EF, 16 and 1B. RGB value is (239,22,27). Sum of RGB (Red+Green+Blue) = 239+22+27=288 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.99% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 239 - color contains mainly: red. Hex color #EF161B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF161B is #10E9E4. Grayscale: #575757. Windows color (decimal): -1108453 or 1775343. OLE color: 1775343.
HSL color Cylindrical-coordinate representation of color #EF161B: hue angle of 358.62º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF161B is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 27 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.06 |
| HSL | 358.62º | 0.87% | 0.51% | - |
| HSV(B) | 358.62º | 0.91% | 0.94% | - |
| XYZ | 36.08 | 19 | 2.8 | - |
| YUV | 87.45 | 93.89 | 236.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 27 | 0 | 0.91 | 0.89 | 0.06 | 358.62 | 0.87 | 0.51 |
| Hex | EF | 16 | 1B | 0 | 5B | 59 | 6 | 167 | 57 | 33 |
| Octal | 357 | 26 | 33 | 0 | 133 | 131 | 6 | 547 | 127 | 63 |
| Binary | 11101111 | 10110 | 11011 | 0 | 1011011 | 1011001 | 110 | 101100111 | 1010111 | 110011 |
Color Harmonies of #EF161B
Complementary color
Monochromatic Colors of #EF161B
Black with #EF161B
Text Example
Text Example
White with #EF161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF161B; }
p { color: rgb(239,22,27); }
H1.HeaderClassName
{
color: #EF161B;
}
.AnyTagClassName
{
color: #EF161B;
}
</style>
background-color css
<style>
a { background-color: #EF161B; }
a { background-color: rgb(239,22,27); }
div.DivClassName
{
background-color: #EF161B;
}
.BgClassName
{
background-color: #EF161B;
}
</style>
border-color css
<style>
span { border-color: #EF161B; }
span { border-color: rgb(239,22,27); }
td.TdClassName
{
border-color: #EF161B;
}
.TagClassName
{
border-color: #EF161B;
}
</style>