Shades of Torch Red #EF151B
Tints of Torch Red #EF151B
RGB
CMYK
RGB Variations
Color information
#EF151B (or 0xEF151B) is known color: Torch Red. HEX triplet: EF, 15 and 1B. RGB value is (239,21,27). Sum of RGB (Red+Green+Blue) = 239+21+27=287 (38% of max value = 765). Red value is 239 (93.75% from 255 or 83.28% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 239 - color contains mainly: red. Hex color #EF151B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF151B is #10EAE4. Grayscale: #575757. Windows color (decimal): -1108709 or 1775087. OLE color: 1775087.
HSL color Cylindrical-coordinate representation of color #EF151B: hue angle of 358.35º 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 #EF151B is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 27 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.06 |
| HSL | 358.35º | 0.87% | 0.51% | - |
| HSV(B) | 358.35º | 0.91% | 0.94% | - |
| XYZ | 36.06 | 18.97 | 2.8 | - |
| YUV | 86.87 | 94.22 | 236.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 27 | 0 | 0.91 | 0.89 | 0.06 | 358.35 | 0.87 | 0.51 |
| Hex | EF | 15 | 1B | 0 | 5B | 59 | 6 | 166 | 57 | 33 |
| Octal | 357 | 25 | 33 | 0 | 133 | 131 | 6 | 546 | 127 | 63 |
| Binary | 11101111 | 10101 | 11011 | 0 | 1011011 | 1011001 | 110 | 101100110 | 1010111 | 110011 |
Color Harmonies of #EF151B
Complementary color
Monochromatic Colors of #EF151B
Black with #EF151B
Text Example
Text Example
White with #EF151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF151B; }
p { color: rgb(239,21,27); }
H1.HeaderClassName
{
color: #EF151B;
}
.AnyTagClassName
{
color: #EF151B;
}
</style>
background-color css
<style>
a { background-color: #EF151B; }
a { background-color: rgb(239,21,27); }
div.DivClassName
{
background-color: #EF151B;
}
.BgClassName
{
background-color: #EF151B;
}
</style>
border-color css
<style>
span { border-color: #EF151B; }
span { border-color: rgb(239,21,27); }
td.TdClassName
{
border-color: #EF151B;
}
.TagClassName
{
border-color: #EF151B;
}
</style>