Shades of Torch Red #EF151C
Tints of Torch Red #EF151C
RGB
CMYK
RGB Variations
Color information
#EF151C (or 0xEF151C) is known color: Torch Red. HEX triplet: EF, 15 and 1C. RGB value is (239,21,28). Sum of RGB (Red+Green+Blue) = 239+21+28=288 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.99% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 239 - color contains mainly: red. Hex color #EF151C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF151C is #10EAE3. Grayscale: #575757. Windows color (decimal): -1108708 or 1840623. OLE color: 1840623.
HSL color Cylindrical-coordinate representation of color #EF151C: hue angle of 358.07º 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 #EF151C is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 28 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.06 |
| HSL | 358.07º | 0.87% | 0.51% | - |
| HSV(B) | 358.07º | 0.91% | 0.94% | - |
| XYZ | 36.07 | 18.97 | 2.86 | - |
| YUV | 86.98 | 94.72 | 236.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 28 | 0 | 0.91 | 0.88 | 0.06 | 358.07 | 0.87 | 0.51 |
| Hex | EF | 15 | 1C | 0 | 5B | 58 | 6 | 166 | 57 | 33 |
| Octal | 357 | 25 | 34 | 0 | 133 | 130 | 6 | 546 | 127 | 63 |
| Binary | 11101111 | 10101 | 11100 | 0 | 1011011 | 1011000 | 110 | 101100110 | 1010111 | 110011 |
Color Harmonies of #EF151C
Complementary color
Monochromatic Colors of #EF151C
Black with #EF151C
Text Example
Text Example
White with #EF151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF151C; }
p { color: rgb(239,21,28); }
H1.HeaderClassName
{
color: #EF151C;
}
.AnyTagClassName
{
color: #EF151C;
}
</style>
background-color css
<style>
a { background-color: #EF151C; }
a { background-color: rgb(239,21,28); }
div.DivClassName
{
background-color: #EF151C;
}
.BgClassName
{
background-color: #EF151C;
}
</style>
border-color css
<style>
span { border-color: #EF151C; }
span { border-color: rgb(239,21,28); }
td.TdClassName
{
border-color: #EF151C;
}
.TagClassName
{
border-color: #EF151C;
}
</style>