Shades of Torch Red #EF0714
Tints of Torch Red #EF0714
RGB
CMYK
RGB Variations
Color information
#EF0714 (or 0xEF0714) is known color: Torch Red. HEX triplet: EF, 07 and 14. RGB value is (239,7,20). Sum of RGB (Red+Green+Blue) = 239+7+20=266 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.85% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0714 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0714 is #10F8EB. Grayscale: #4E4E4E. Windows color (decimal): -1112300 or 1312751. OLE color: 1312751.
HSL color Cylindrical-coordinate representation of color #EF0714: hue angle of 356.64º 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 #EF0714 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 20 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.06 |
| HSL | 356.64º | 0.94% | 0.48% | - |
| HSV(B) | 356.64º | 0.97% | 0.94% | - |
| XYZ | 35.8 | 18.55 | 2.36 | - |
| YUV | 77.85 | 95.36 | 242.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 20 | 0 | 0.97 | 0.92 | 0.06 | 356.64 | 0.94 | 0.48 |
| Hex | EF | 7 | 14 | 0 | 61 | 5C | 6 | 165 | 5E | 30 |
| Octal | 357 | 7 | 24 | 0 | 141 | 134 | 6 | 545 | 136 | 60 |
| Binary | 11101111 | 111 | 10100 | 0 | 1100001 | 1011100 | 110 | 101100101 | 1011110 | 110000 |
Color Harmonies of #EF0714
Complementary color
Monochromatic Colors of #EF0714
Black with #EF0714
Text Example
Text Example
White with #EF0714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0714; }
p { color: rgb(239,7,20); }
H1.HeaderClassName
{
color: #EF0714;
}
.AnyTagClassName
{
color: #EF0714;
}
</style>
background-color css
<style>
a { background-color: #EF0714; }
a { background-color: rgb(239,7,20); }
div.DivClassName
{
background-color: #EF0714;
}
.BgClassName
{
background-color: #EF0714;
}
</style>
border-color css
<style>
span { border-color: #EF0714; }
span { border-color: rgb(239,7,20); }
td.TdClassName
{
border-color: #EF0714;
}
.TagClassName
{
border-color: #EF0714;
}
</style>