Shades of Torch Red #EF071B
Tints of Torch Red #EF071B
RGB
CMYK
RGB Variations
Color information
#EF071B (or 0xEF071B) is known color: Torch Red. HEX triplet: EF, 07 and 1B. RGB value is (239,7,27). Sum of RGB (Red+Green+Blue) = 239+7+27=273 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.55% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 239 - color contains mainly: red. Hex color #EF071B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF071B is #10F8E4. Grayscale: #4E4E4E. Windows color (decimal): -1112293 or 1771503. OLE color: 1771503.
HSL color Cylindrical-coordinate representation of color #EF071B: hue angle of 354.83º 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 #EF071B is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 27 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.06 |
| HSL | 354.83º | 0.94% | 0.48% | - |
| HSV(B) | 354.83º | 0.97% | 0.94% | - |
| XYZ | 35.87 | 18.58 | 2.73 | - |
| YUV | 78.65 | 98.86 | 242.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 27 | 0 | 0.97 | 0.89 | 0.06 | 354.83 | 0.94 | 0.48 |
| Hex | EF | 7 | 1B | 0 | 61 | 59 | 6 | 163 | 5E | 30 |
| Octal | 357 | 7 | 33 | 0 | 141 | 131 | 6 | 543 | 136 | 60 |
| Binary | 11101111 | 111 | 11011 | 0 | 1100001 | 1011001 | 110 | 101100011 | 1011110 | 110000 |
Color Harmonies of #EF071B
Complementary color
Monochromatic Colors of #EF071B
Black with #EF071B
Text Example
Text Example
White with #EF071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF071B; }
p { color: rgb(239,7,27); }
H1.HeaderClassName
{
color: #EF071B;
}
.AnyTagClassName
{
color: #EF071B;
}
</style>
background-color css
<style>
a { background-color: #EF071B; }
a { background-color: rgb(239,7,27); }
div.DivClassName
{
background-color: #EF071B;
}
.BgClassName
{
background-color: #EF071B;
}
</style>
border-color css
<style>
span { border-color: #EF071B; }
span { border-color: rgb(239,7,27); }
td.TdClassName
{
border-color: #EF071B;
}
.TagClassName
{
border-color: #EF071B;
}
</style>