Shades of Torch Red #EF073F
Tints of Torch Red #EF073F
RGB
CMYK
RGB Variations
Color information
#EF073F (or 0xEF073F) is known color: Torch Red. HEX triplet: EF, 07 and 3F. RGB value is (239,7,63). Sum of RGB (Red+Green+Blue) = 239+7+63=309 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.35% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 239 - color contains mainly: red. Hex color #EF073F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF073F is #10F8C0. Grayscale: #525252. Windows color (decimal): -1112257 or 4130799. OLE color: 4130799.
HSL color Cylindrical-coordinate representation of color #EF073F: hue angle of 345.52º 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 #EF073F is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 63 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.06 |
| HSL | 345.52º | 0.94% | 0.48% | - |
| HSV(B) | 345.52º | 0.97% | 0.94% | - |
| XYZ | 36.57 | 18.86 | 6.42 | - |
| YUV | 82.75 | 116.86 | 239.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 63 | 0 | 0.97 | 0.74 | 0.06 | 345.52 | 0.94 | 0.48 |
| Hex | EF | 7 | 3F | 0 | 61 | 4A | 6 | 15A | 5E | 30 |
| Octal | 357 | 7 | 77 | 0 | 141 | 112 | 6 | 532 | 136 | 60 |
| Binary | 11101111 | 111 | 111111 | 0 | 1100001 | 1001010 | 110 | 101011010 | 1011110 | 110000 |
Color Harmonies of #EF073F
Complementary color
Monochromatic Colors of #EF073F
Black with #EF073F
Text Example
Text Example
White with #EF073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF073F; }
p { color: rgb(239,7,63); }
H1.HeaderClassName
{
color: #EF073F;
}
.AnyTagClassName
{
color: #EF073F;
}
</style>
background-color css
<style>
a { background-color: #EF073F; }
a { background-color: rgb(239,7,63); }
div.DivClassName
{
background-color: #EF073F;
}
.BgClassName
{
background-color: #EF073F;
}
</style>
border-color css
<style>
span { border-color: #EF073F; }
span { border-color: rgb(239,7,63); }
td.TdClassName
{
border-color: #EF073F;
}
.TagClassName
{
border-color: #EF073F;
}
</style>