Shades of Torch Red #EF081E
Tints of Torch Red #EF081E
RGB
CMYK
RGB Variations
Color information
#EF081E (or 0xEF081E) is known color: Torch Red. HEX triplet: EF, 08 and 1E. RGB value is (239,8,30). Sum of RGB (Red+Green+Blue) = 239+8+30=277 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.28% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 239 - color contains mainly: red. Hex color #EF081E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF081E is #10F7E1. Grayscale: #4F4F4F. Windows color (decimal): -1112034 or 1968367. OLE color: 1968367.
HSL color Cylindrical-coordinate representation of color #EF081E: hue angle of 354.29º 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 #EF081E is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 30 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.06 |
| HSL | 354.29º | 0.94% | 0.48% | - |
| HSV(B) | 354.29º | 0.97% | 0.94% | - |
| XYZ | 35.92 | 18.62 | 2.93 | - |
| YUV | 79.58 | 100.03 | 241.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 30 | 0 | 0.97 | 0.87 | 0.06 | 354.29 | 0.94 | 0.48 |
| Hex | EF | 8 | 1E | 0 | 61 | 57 | 6 | 162 | 5E | 30 |
| Octal | 357 | 10 | 36 | 0 | 141 | 127 | 6 | 542 | 136 | 60 |
| Binary | 11101111 | 1000 | 11110 | 0 | 1100001 | 1010111 | 110 | 101100010 | 1011110 | 110000 |
Color Harmonies of #EF081E
Complementary color
Monochromatic Colors of #EF081E
Black with #EF081E
Text Example
Text Example
White with #EF081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF081E; }
p { color: rgb(239,8,30); }
H1.HeaderClassName
{
color: #EF081E;
}
.AnyTagClassName
{
color: #EF081E;
}
</style>
background-color css
<style>
a { background-color: #EF081E; }
a { background-color: rgb(239,8,30); }
div.DivClassName
{
background-color: #EF081E;
}
.BgClassName
{
background-color: #EF081E;
}
</style>
border-color css
<style>
span { border-color: #EF081E; }
span { border-color: rgb(239,8,30); }
td.TdClassName
{
border-color: #EF081E;
}
.TagClassName
{
border-color: #EF081E;
}
</style>