Shades of Torch Red #EF1121
Tints of Torch Red #EF1121
RGB
CMYK
RGB Variations
Color information
#EF1121 (or 0xEF1121) is known color: Torch Red. HEX triplet: EF, 11 and 21. RGB value is (239,17,33). Sum of RGB (Red+Green+Blue) = 239+17+33=289 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.70% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1121 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1121 is #10EEDE. Grayscale: #555555. Windows color (decimal): -1109727 or 2167279. OLE color: 2167279.
HSL color Cylindrical-coordinate representation of color #EF1121: hue angle of 355.68º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1121 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 33 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.06 |
| HSL | 355.68º | 0.87% | 0.5% | - |
| HSV(B) | 355.68º | 0.93% | 0.94% | - |
| XYZ | 36.07 | 18.86 | 3.18 | - |
| YUV | 85.2 | 98.55 | 237.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 33 | 0 | 0.93 | 0.86 | 0.06 | 355.68 | 0.87 | 0.5 |
| Hex | EF | 11 | 21 | 0 | 5D | 56 | 6 | 164 | 57 | 32 |
| Octal | 357 | 21 | 41 | 0 | 135 | 126 | 6 | 544 | 127 | 62 |
| Binary | 11101111 | 10001 | 100001 | 0 | 1011101 | 1010110 | 110 | 101100100 | 1010111 | 110010 |
Color Harmonies of #EF1121
Complementary color
Monochromatic Colors of #EF1121
Black with #EF1121
Text Example
Text Example
White with #EF1121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1121; }
p { color: rgb(239,17,33); }
H1.HeaderClassName
{
color: #EF1121;
}
.AnyTagClassName
{
color: #EF1121;
}
</style>
background-color css
<style>
a { background-color: #EF1121; }
a { background-color: rgb(239,17,33); }
div.DivClassName
{
background-color: #EF1121;
}
.BgClassName
{
background-color: #EF1121;
}
</style>
border-color css
<style>
span { border-color: #EF1121; }
span { border-color: rgb(239,17,33); }
td.TdClassName
{
border-color: #EF1121;
}
.TagClassName
{
border-color: #EF1121;
}
</style>