Shades of Torch Red #EF121A
Tints of Torch Red #EF121A
RGB
CMYK
RGB Variations
Color information
#EF121A (or 0xEF121A) is known color: Torch Red. HEX triplet: EF, 12 and 1A. RGB value is (239,18,26). Sum of RGB (Red+Green+Blue) = 239+18+26=283 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.45% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 239 - color contains mainly: red. Hex color #EF121A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF121A is #10EDE5. Grayscale: #555555. Windows color (decimal): -1109478 or 1708783. OLE color: 1708783.
HSL color Cylindrical-coordinate representation of color #EF121A: hue angle of 357.83º 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 #EF121A is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 26 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.06 |
| HSL | 357.83º | 0.87% | 0.5% | - |
| HSV(B) | 357.83º | 0.92% | 0.94% | - |
| XYZ | 36 | 18.86 | 2.72 | - |
| YUV | 84.99 | 94.72 | 237.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 26 | 0 | 0.92 | 0.89 | 0.06 | 357.83 | 0.87 | 0.5 |
| Hex | EF | 12 | 1A | 0 | 5C | 59 | 6 | 166 | 57 | 32 |
| Octal | 357 | 22 | 32 | 0 | 134 | 131 | 6 | 546 | 127 | 62 |
| Binary | 11101111 | 10010 | 11010 | 0 | 1011100 | 1011001 | 110 | 101100110 | 1010111 | 110010 |
Color Harmonies of #EF121A
Complementary color
Monochromatic Colors of #EF121A
Black with #EF121A
Text Example
Text Example
White with #EF121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF121A; }
p { color: rgb(239,18,26); }
H1.HeaderClassName
{
color: #EF121A;
}
.AnyTagClassName
{
color: #EF121A;
}
</style>
background-color css
<style>
a { background-color: #EF121A; }
a { background-color: rgb(239,18,26); }
div.DivClassName
{
background-color: #EF121A;
}
.BgClassName
{
background-color: #EF121A;
}
</style>
border-color css
<style>
span { border-color: #EF121A; }
span { border-color: rgb(239,18,26); }
td.TdClassName
{
border-color: #EF121A;
}
.TagClassName
{
border-color: #EF121A;
}
</style>