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