Shades of Torch Red #EF0546
Tints of Torch Red #EF0546
RGB
CMYK
RGB Variations
Color information
#EF0546 (or 0xEF0546) is known color: Torch Red. HEX triplet: EF, 05 and 46. RGB value is (239,5,70). Sum of RGB (Red+Green+Blue) = 239+5+70=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0546 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0546 is #10FAB9. Grayscale: #525252. Windows color (decimal): -1112762 or 4589039. OLE color: 4589039.
HSL color Cylindrical-coordinate representation of color #EF0546: hue angle of 343.33º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF0546 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 70 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.06 |
| HSL | 343.33º | 0.96% | 0.48% | - |
| HSV(B) | 343.33º | 0.98% | 0.94% | - |
| XYZ | 36.76 | 18.9 | 7.51 | - |
| YUV | 82.38 | 121.02 | 239.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 70 | 0 | 0.98 | 0.71 | 0.06 | 343.33 | 0.96 | 0.48 |
| Hex | EF | 5 | 46 | 0 | 62 | 47 | 6 | 157 | 60 | 30 |
| Octal | 357 | 5 | 106 | 0 | 142 | 107 | 6 | 527 | 140 | 60 |
| Binary | 11101111 | 101 | 1000110 | 0 | 1100010 | 1000111 | 110 | 101010111 | 1100000 | 110000 |
Color Harmonies of #EF0546
Complementary color
Monochromatic Colors of #EF0546
Black with #EF0546
Text Example
Text Example
White with #EF0546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0546; }
p { color: rgb(239,5,70); }
H1.HeaderClassName
{
color: #EF0546;
}
.AnyTagClassName
{
color: #EF0546;
}
</style>
background-color css
<style>
a { background-color: #EF0546; }
a { background-color: rgb(239,5,70); }
div.DivClassName
{
background-color: #EF0546;
}
.BgClassName
{
background-color: #EF0546;
}
</style>
border-color css
<style>
span { border-color: #EF0546; }
span { border-color: rgb(239,5,70); }
td.TdClassName
{
border-color: #EF0546;
}
.TagClassName
{
border-color: #EF0546;
}
</style>