Shades of Torch Red #EF1534
Tints of Torch Red #EF1534
RGB
CMYK
RGB Variations
Color information
#EF1534 (or 0xEF1534) is known color: Torch Red. HEX triplet: EF, 15 and 34. RGB value is (239,21,52). Sum of RGB (Red+Green+Blue) = 239+21+52=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1534 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1534 is #10EACB. Grayscale: #595959. Windows color (decimal): -1108684 or 3413487. OLE color: 3413487.
HSL color Cylindrical-coordinate representation of color #EF1534: hue angle of 351.47º 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 #EF1534 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 52 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.06 |
| HSL | 351.47º | 0.87% | 0.51% | - |
| HSV(B) | 351.47º | 0.91% | 0.94% | - |
| XYZ | 36.48 | 19.13 | 5.02 | - |
| YUV | 89.72 | 106.72 | 234.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 52 | 0 | 0.91 | 0.78 | 0.06 | 351.47 | 0.87 | 0.51 |
| Hex | EF | 15 | 34 | 0 | 5B | 4E | 6 | 15F | 57 | 33 |
| Octal | 357 | 25 | 64 | 0 | 133 | 116 | 6 | 537 | 127 | 63 |
| Binary | 11101111 | 10101 | 110100 | 0 | 1011011 | 1001110 | 110 | 101011111 | 1010111 | 110011 |
Color Harmonies of #EF1534
Complementary color
Monochromatic Colors of #EF1534
Black with #EF1534
Text Example
Text Example
White with #EF1534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1534; }
p { color: rgb(239,21,52); }
H1.HeaderClassName
{
color: #EF1534;
}
.AnyTagClassName
{
color: #EF1534;
}
</style>
background-color css
<style>
a { background-color: #EF1534; }
a { background-color: rgb(239,21,52); }
div.DivClassName
{
background-color: #EF1534;
}
.BgClassName
{
background-color: #EF1534;
}
</style>
border-color css
<style>
span { border-color: #EF1534; }
span { border-color: rgb(239,21,52); }
td.TdClassName
{
border-color: #EF1534;
}
.TagClassName
{
border-color: #EF1534;
}
</style>