Shades of Torch Red #EF131B
Tints of Torch Red #EF131B
RGB
CMYK
RGB Variations
Color information
#EF131B (or 0xEF131B) is known color: Torch Red. HEX triplet: EF, 13 and 1B. RGB value is (239,19,27). Sum of RGB (Red+Green+Blue) = 239+19+27=285 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.86% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 239 - color contains mainly: red. Hex color #EF131B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF131B is #10ECE4. Grayscale: #555555. Windows color (decimal): -1109221 or 1774575. OLE color: 1774575.
HSL color Cylindrical-coordinate representation of color #EF131B: hue angle of 357.82º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF131B is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 27 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.06 |
| HSL | 357.82º | 0.87% | 0.51% | - |
| HSV(B) | 357.82º | 0.92% | 0.94% | - |
| XYZ | 36.03 | 18.9 | 2.79 | - |
| YUV | 85.69 | 94.89 | 237.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 27 | 0 | 0.92 | 0.89 | 0.06 | 357.82 | 0.87 | 0.51 |
| Hex | EF | 13 | 1B | 0 | 5C | 59 | 6 | 166 | 57 | 33 |
| Octal | 357 | 23 | 33 | 0 | 134 | 131 | 6 | 546 | 127 | 63 |
| Binary | 11101111 | 10011 | 11011 | 0 | 1011100 | 1011001 | 110 | 101100110 | 1010111 | 110011 |
Color Harmonies of #EF131B
Complementary color
Monochromatic Colors of #EF131B
Black with #EF131B
Text Example
Text Example
White with #EF131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF131B; }
p { color: rgb(239,19,27); }
H1.HeaderClassName
{
color: #EF131B;
}
.AnyTagClassName
{
color: #EF131B;
}
</style>
background-color css
<style>
a { background-color: #EF131B; }
a { background-color: rgb(239,19,27); }
div.DivClassName
{
background-color: #EF131B;
}
.BgClassName
{
background-color: #EF131B;
}
</style>
border-color css
<style>
span { border-color: #EF131B; }
span { border-color: rgb(239,19,27); }
td.TdClassName
{
border-color: #EF131B;
}
.TagClassName
{
border-color: #EF131B;
}
</style>