Shades of Torch Red #EF071D
Tints of Torch Red #EF071D
RGB
CMYK
RGB Variations
Color information
#EF071D (or 0xEF071D) is known color: Torch Red. HEX triplet: EF, 07 and 1D. RGB value is (239,7,29). Sum of RGB (Red+Green+Blue) = 239+7+29=275 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.91% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 239 - color contains mainly: red. Hex color #EF071D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF071D is #10F8E2. Grayscale: #4F4F4F. Windows color (decimal): -1112291 or 1902575. OLE color: 1902575.
HSL color Cylindrical-coordinate representation of color #EF071D: hue angle of 354.31º 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 #EF071D is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 29 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.06 |
| HSL | 354.31º | 0.94% | 0.48% | - |
| HSV(B) | 354.31º | 0.97% | 0.94% | - |
| XYZ | 35.89 | 18.59 | 2.86 | - |
| YUV | 78.88 | 99.86 | 242.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 29 | 0 | 0.97 | 0.88 | 0.06 | 354.31 | 0.94 | 0.48 |
| Hex | EF | 7 | 1D | 0 | 61 | 58 | 6 | 162 | 5E | 30 |
| Octal | 357 | 7 | 35 | 0 | 141 | 130 | 6 | 542 | 136 | 60 |
| Binary | 11101111 | 111 | 11101 | 0 | 1100001 | 1011000 | 110 | 101100010 | 1011110 | 110000 |
Color Harmonies of #EF071D
Complementary color
Monochromatic Colors of #EF071D
Black with #EF071D
Text Example
Text Example
White with #EF071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF071D; }
p { color: rgb(239,7,29); }
H1.HeaderClassName
{
color: #EF071D;
}
.AnyTagClassName
{
color: #EF071D;
}
</style>
background-color css
<style>
a { background-color: #EF071D; }
a { background-color: rgb(239,7,29); }
div.DivClassName
{
background-color: #EF071D;
}
.BgClassName
{
background-color: #EF071D;
}
</style>
border-color css
<style>
span { border-color: #EF071D; }
span { border-color: rgb(239,7,29); }
td.TdClassName
{
border-color: #EF071D;
}
.TagClassName
{
border-color: #EF071D;
}
</style>