Shades of Torch Red #EF101D
Tints of Torch Red #EF101D
RGB
CMYK
RGB Variations
Color information
#EF101D (or 0xEF101D) is known color: Torch Red. HEX triplet: EF, 10 and 1D. RGB value is (239,16,29). Sum of RGB (Red+Green+Blue) = 239+16+29=284 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.15% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 239 - color contains mainly: red. Hex color #EF101D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF101D is #10EFE2. Grayscale: #545454. Windows color (decimal): -1109987 or 1904879. OLE color: 1904879.
HSL color Cylindrical-coordinate representation of color #EF101D: hue angle of 356.5º 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 #EF101D is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 29 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.06 |
| HSL | 356.5º | 0.87% | 0.5% | - |
| HSV(B) | 356.5º | 0.93% | 0.94% | - |
| XYZ | 36 | 18.81 | 2.9 | - |
| YUV | 84.16 | 96.88 | 238.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 29 | 0 | 0.93 | 0.88 | 0.06 | 356.5 | 0.87 | 0.5 |
| Hex | EF | 10 | 1D | 0 | 5D | 58 | 6 | 165 | 57 | 32 |
| Octal | 357 | 20 | 35 | 0 | 135 | 130 | 6 | 545 | 127 | 62 |
| Binary | 11101111 | 10000 | 11101 | 0 | 1011101 | 1011000 | 110 | 101100101 | 1010111 | 110010 |
Color Harmonies of #EF101D
Complementary color
Monochromatic Colors of #EF101D
Black with #EF101D
Text Example
Text Example
White with #EF101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF101D; }
p { color: rgb(239,16,29); }
H1.HeaderClassName
{
color: #EF101D;
}
.AnyTagClassName
{
color: #EF101D;
}
</style>
background-color css
<style>
a { background-color: #EF101D; }
a { background-color: rgb(239,16,29); }
div.DivClassName
{
background-color: #EF101D;
}
.BgClassName
{
background-color: #EF101D;
}
</style>
border-color css
<style>
span { border-color: #EF101D; }
span { border-color: rgb(239,16,29); }
td.TdClassName
{
border-color: #EF101D;
}
.TagClassName
{
border-color: #EF101D;
}
</style>