Shades of Torch Red #EF151D
Tints of Torch Red #EF151D
RGB
CMYK
RGB Variations
Color information
#EF151D (or 0xEF151D) is known color: Torch Red. HEX triplet: EF, 15 and 1D. RGB value is (239,21,29). Sum of RGB (Red+Green+Blue) = 239+21+29=289 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.70% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 239 - color contains mainly: red. Hex color #EF151D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF151D is #10EAE2. Grayscale: #575757. Windows color (decimal): -1108707 or 1906159. OLE color: 1906159.
HSL color Cylindrical-coordinate representation of color #EF151D: hue angle of 357.8º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF151D is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 29 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.06 |
| HSL | 357.8º | 0.87% | 0.51% | - |
| HSV(B) | 357.8º | 0.91% | 0.94% | - |
| XYZ | 36.09 | 18.98 | 2.92 | - |
| YUV | 87.09 | 95.22 | 236.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 29 | 0 | 0.91 | 0.88 | 0.06 | 357.8 | 0.87 | 0.51 |
| Hex | EF | 15 | 1D | 0 | 5B | 58 | 6 | 166 | 57 | 33 |
| Octal | 357 | 25 | 35 | 0 | 133 | 130 | 6 | 546 | 127 | 63 |
| Binary | 11101111 | 10101 | 11101 | 0 | 1011011 | 1011000 | 110 | 101100110 | 1010111 | 110011 |
Color Harmonies of #EF151D
Complementary color
Monochromatic Colors of #EF151D
Black with #EF151D
Text Example
Text Example
White with #EF151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF151D; }
p { color: rgb(239,21,29); }
H1.HeaderClassName
{
color: #EF151D;
}
.AnyTagClassName
{
color: #EF151D;
}
</style>
background-color css
<style>
a { background-color: #EF151D; }
a { background-color: rgb(239,21,29); }
div.DivClassName
{
background-color: #EF151D;
}
.BgClassName
{
background-color: #EF151D;
}
</style>
border-color css
<style>
span { border-color: #EF151D; }
span { border-color: rgb(239,21,29); }
td.TdClassName
{
border-color: #EF151D;
}
.TagClassName
{
border-color: #EF151D;
}
</style>