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