Shades of Torch Red #EF081D
Tints of Torch Red #EF081D
RGB
CMYK
RGB Variations
Color information
#EF081D (or 0xEF081D) is known color: Torch Red. HEX triplet: EF, 08 and 1D. RGB value is (239,8,29). Sum of RGB (Red+Green+Blue) = 239+8+29=276 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.59% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 239 - color contains mainly: red. Hex color #EF081D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF081D is #10F7E2. Grayscale: #4F4F4F. Windows color (decimal): -1112035 or 1902831. OLE color: 1902831.
HSL color Cylindrical-coordinate representation of color #EF081D: hue angle of 354.55º 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 #EF081D is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 29 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.06 |
| HSL | 354.55º | 0.94% | 0.48% | - |
| HSV(B) | 354.55º | 0.97% | 0.94% | - |
| XYZ | 35.91 | 18.61 | 2.86 | - |
| YUV | 79.46 | 99.53 | 241.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 29 | 0 | 0.97 | 0.88 | 0.06 | 354.55 | 0.94 | 0.48 |
| Hex | EF | 8 | 1D | 0 | 61 | 58 | 6 | 163 | 5E | 30 |
| Octal | 357 | 10 | 35 | 0 | 141 | 130 | 6 | 543 | 136 | 60 |
| Binary | 11101111 | 1000 | 11101 | 0 | 1100001 | 1011000 | 110 | 101100011 | 1011110 | 110000 |
Color Harmonies of #EF081D
Complementary color
Monochromatic Colors of #EF081D
Black with #EF081D
Text Example
Text Example
White with #EF081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF081D; }
p { color: rgb(239,8,29); }
H1.HeaderClassName
{
color: #EF081D;
}
.AnyTagClassName
{
color: #EF081D;
}
</style>
background-color css
<style>
a { background-color: #EF081D; }
a { background-color: rgb(239,8,29); }
div.DivClassName
{
background-color: #EF081D;
}
.BgClassName
{
background-color: #EF081D;
}
</style>
border-color css
<style>
span { border-color: #EF081D; }
span { border-color: rgb(239,8,29); }
td.TdClassName
{
border-color: #EF081D;
}
.TagClassName
{
border-color: #EF081D;
}
</style>