Shades of Torch Red #EF072C
Tints of Torch Red #EF072C
RGB
CMYK
RGB Variations
Color information
#EF072C (or 0xEF072C) is known color: Torch Red. HEX triplet: EF, 07 and 2C. RGB value is (239,7,44). Sum of RGB (Red+Green+Blue) = 239+7+44=290 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.41% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 239 - color contains mainly: red. Hex color #EF072C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF072C is #10F8D3. Grayscale: #505050. Windows color (decimal): -1112276 or 2885615. OLE color: 2885615.
HSL color Cylindrical-coordinate representation of color #EF072C: hue angle of 350.43º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF072C is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 44 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.06 |
| HSL | 350.43º | 0.94% | 0.48% | - |
| HSV(B) | 350.43º | 0.97% | 0.94% | - |
| XYZ | 36.13 | 18.68 | 4.09 | - |
| YUV | 80.59 | 107.36 | 240.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 44 | 0 | 0.97 | 0.82 | 0.06 | 350.43 | 0.94 | 0.48 |
| Hex | EF | 7 | 2C | 0 | 61 | 52 | 6 | 15E | 5E | 30 |
| Octal | 357 | 7 | 54 | 0 | 141 | 122 | 6 | 536 | 136 | 60 |
| Binary | 11101111 | 111 | 101100 | 0 | 1100001 | 1010010 | 110 | 101011110 | 1011110 | 110000 |
Color Harmonies of #EF072C
Complementary color
Monochromatic Colors of #EF072C
Black with #EF072C
Text Example
Text Example
White with #EF072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF072C; }
p { color: rgb(239,7,44); }
H1.HeaderClassName
{
color: #EF072C;
}
.AnyTagClassName
{
color: #EF072C;
}
</style>
background-color css
<style>
a { background-color: #EF072C; }
a { background-color: rgb(239,7,44); }
div.DivClassName
{
background-color: #EF072C;
}
.BgClassName
{
background-color: #EF072C;
}
</style>
border-color css
<style>
span { border-color: #EF072C; }
span { border-color: rgb(239,7,44); }
td.TdClassName
{
border-color: #EF072C;
}
.TagClassName
{
border-color: #EF072C;
}
</style>