Shades of Torch Red #EF111B
Tints of Torch Red #EF111B
RGB
CMYK
RGB Variations
Color information
#EF111B (or 0xEF111B) is known color: Torch Red. HEX triplet: EF, 11 and 1B. RGB value is (239,17,27). Sum of RGB (Red+Green+Blue) = 239+17+27=283 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.45% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 239 - color contains mainly: red. Hex color #EF111B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF111B is #10EEE4. Grayscale: #545454. Windows color (decimal): -1109733 or 1774063. OLE color: 1774063.
HSL color Cylindrical-coordinate representation of color #EF111B: hue angle of 357.3º 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 #EF111B is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 27 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.06 |
| HSL | 357.3º | 0.87% | 0.5% | - |
| HSV(B) | 357.3º | 0.93% | 0.94% | - |
| XYZ | 35.99 | 18.83 | 2.77 | - |
| YUV | 84.52 | 95.55 | 238.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 27 | 0 | 0.93 | 0.89 | 0.06 | 357.3 | 0.87 | 0.5 |
| Hex | EF | 11 | 1B | 0 | 5D | 59 | 6 | 165 | 57 | 32 |
| Octal | 357 | 21 | 33 | 0 | 135 | 131 | 6 | 545 | 127 | 62 |
| Binary | 11101111 | 10001 | 11011 | 0 | 1011101 | 1011001 | 110 | 101100101 | 1010111 | 110010 |
Color Harmonies of #EF111B
Complementary color
Monochromatic Colors of #EF111B
Black with #EF111B
Text Example
Text Example
White with #EF111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF111B; }
p { color: rgb(239,17,27); }
H1.HeaderClassName
{
color: #EF111B;
}
.AnyTagClassName
{
color: #EF111B;
}
</style>
background-color css
<style>
a { background-color: #EF111B; }
a { background-color: rgb(239,17,27); }
div.DivClassName
{
background-color: #EF111B;
}
.BgClassName
{
background-color: #EF111B;
}
</style>
border-color css
<style>
span { border-color: #EF111B; }
span { border-color: rgb(239,17,27); }
td.TdClassName
{
border-color: #EF111B;
}
.TagClassName
{
border-color: #EF111B;
}
</style>