Shades of Torch Red #EF121B
Tints of Torch Red #EF121B
RGB
CMYK
RGB Variations
Color information
#EF121B (or 0xEF121B) is known color: Torch Red. HEX triplet: EF, 12 and 1B. RGB value is (239,18,27). Sum of RGB (Red+Green+Blue) = 239+18+27=284 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.15% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 239 - color contains mainly: red. Hex color #EF121B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF121B is #10EDE4. Grayscale: #555555. Windows color (decimal): -1109477 or 1774319. OLE color: 1774319.
HSL color Cylindrical-coordinate representation of color #EF121B: hue angle of 357.56º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF121B is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 27 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.06 |
| HSL | 357.56º | 0.87% | 0.5% | - |
| HSV(B) | 357.56º | 0.92% | 0.94% | - |
| XYZ | 36.01 | 18.86 | 2.78 | - |
| YUV | 85.11 | 95.22 | 237.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 27 | 0 | 0.92 | 0.89 | 0.06 | 357.56 | 0.87 | 0.5 |
| Hex | EF | 12 | 1B | 0 | 5C | 59 | 6 | 166 | 57 | 32 |
| Octal | 357 | 22 | 33 | 0 | 134 | 131 | 6 | 546 | 127 | 62 |
| Binary | 11101111 | 10010 | 11011 | 0 | 1011100 | 1011001 | 110 | 101100110 | 1010111 | 110010 |
Color Harmonies of #EF121B
Complementary color
Monochromatic Colors of #EF121B
Black with #EF121B
Text Example
Text Example
White with #EF121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF121B; }
p { color: rgb(239,18,27); }
H1.HeaderClassName
{
color: #EF121B;
}
.AnyTagClassName
{
color: #EF121B;
}
</style>
background-color css
<style>
a { background-color: #EF121B; }
a { background-color: rgb(239,18,27); }
div.DivClassName
{
background-color: #EF121B;
}
.BgClassName
{
background-color: #EF121B;
}
</style>
border-color css
<style>
span { border-color: #EF121B; }
span { border-color: rgb(239,18,27); }
td.TdClassName
{
border-color: #EF121B;
}
.TagClassName
{
border-color: #EF121B;
}
</style>