Shades of Torch Red #EF0836
Tints of Torch Red #EF0836
RGB
CMYK
RGB Variations
Color information
#EF0836 (or 0xEF0836) is known color: Torch Red. HEX triplet: EF, 08 and 36. RGB value is (239,8,54). Sum of RGB (Red+Green+Blue) = 239+8+54=301 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.40% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0836 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0836 is #10F7C9. Grayscale: #525252. Windows color (decimal): -1112010 or 3541231. OLE color: 3541231.
HSL color Cylindrical-coordinate representation of color #EF0836: hue angle of 348.05º 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 #EF0836 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 54 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.06 |
| HSL | 348.05º | 0.94% | 0.48% | - |
| HSV(B) | 348.05º | 0.97% | 0.94% | - |
| XYZ | 36.35 | 18.79 | 5.2 | - |
| YUV | 82.31 | 112.03 | 239.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 54 | 0 | 0.97 | 0.77 | 0.06 | 348.05 | 0.94 | 0.48 |
| Hex | EF | 8 | 36 | 0 | 61 | 4D | 6 | 15C | 5E | 30 |
| Octal | 357 | 10 | 66 | 0 | 141 | 115 | 6 | 534 | 136 | 60 |
| Binary | 11101111 | 1000 | 110110 | 0 | 1100001 | 1001101 | 110 | 101011100 | 1011110 | 110000 |
Color Harmonies of #EF0836
Complementary color
Monochromatic Colors of #EF0836
Black with #EF0836
Text Example
Text Example
White with #EF0836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0836; }
p { color: rgb(239,8,54); }
H1.HeaderClassName
{
color: #EF0836;
}
.AnyTagClassName
{
color: #EF0836;
}
</style>
background-color css
<style>
a { background-color: #EF0836; }
a { background-color: rgb(239,8,54); }
div.DivClassName
{
background-color: #EF0836;
}
.BgClassName
{
background-color: #EF0836;
}
</style>
border-color css
<style>
span { border-color: #EF0836; }
span { border-color: rgb(239,8,54); }
td.TdClassName
{
border-color: #EF0836;
}
.TagClassName
{
border-color: #EF0836;
}
</style>