Shades of Torch Red #EF0544
Tints of Torch Red #EF0544
RGB
CMYK
RGB Variations
Color information
#EF0544 (or 0xEF0544) is known color: Torch Red. HEX triplet: EF, 05 and 44. RGB value is (239,5,68). Sum of RGB (Red+Green+Blue) = 239+5+68=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0544 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0544 is #10FABB. Grayscale: #525252. Windows color (decimal): -1112764 or 4457967. OLE color: 4457967.
HSL color Cylindrical-coordinate representation of color #EF0544: hue angle of 343.85º 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 #EF0544 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 68 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.06 |
| HSL | 343.85º | 0.96% | 0.48% | - |
| HSV(B) | 343.85º | 0.98% | 0.94% | - |
| XYZ | 36.69 | 18.88 | 7.18 | - |
| YUV | 82.15 | 120.02 | 239.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 68 | 0 | 0.98 | 0.72 | 0.06 | 343.85 | 0.96 | 0.48 |
| Hex | EF | 5 | 44 | 0 | 62 | 48 | 6 | 158 | 60 | 30 |
| Octal | 357 | 5 | 104 | 0 | 142 | 110 | 6 | 530 | 140 | 60 |
| Binary | 11101111 | 101 | 1000100 | 0 | 1100010 | 1001000 | 110 | 101011000 | 1100000 | 110000 |
Color Harmonies of #EF0544
Complementary color
Monochromatic Colors of #EF0544
Black with #EF0544
Text Example
Text Example
White with #EF0544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0544; }
p { color: rgb(239,5,68); }
H1.HeaderClassName
{
color: #EF0544;
}
.AnyTagClassName
{
color: #EF0544;
}
</style>
background-color css
<style>
a { background-color: #EF0544; }
a { background-color: rgb(239,5,68); }
div.DivClassName
{
background-color: #EF0544;
}
.BgClassName
{
background-color: #EF0544;
}
</style>
border-color css
<style>
span { border-color: #EF0544; }
span { border-color: rgb(239,5,68); }
td.TdClassName
{
border-color: #EF0544;
}
.TagClassName
{
border-color: #EF0544;
}
</style>