Shades of Torch Red #EF082A
Tints of Torch Red #EF082A
RGB
CMYK
RGB Variations
Color information
#EF082A (or 0xEF082A) is known color: Torch Red. HEX triplet: EF, 08 and 2A. RGB value is (239,8,42). Sum of RGB (Red+Green+Blue) = 239+8+42=289 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.70% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 239 - color contains mainly: red. Hex color #EF082A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF082A is #10F7D5. Grayscale: #515151. Windows color (decimal): -1112022 or 2754799. OLE color: 2754799.
HSL color Cylindrical-coordinate representation of color #EF082A: hue angle of 351.17º 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 #EF082A is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 42 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.06 |
| HSL | 351.17º | 0.94% | 0.48% | - |
| HSV(B) | 351.17º | 0.97% | 0.94% | - |
| XYZ | 36.1 | 18.69 | 3.9 | - |
| YUV | 80.95 | 106.03 | 240.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 42 | 0 | 0.97 | 0.82 | 0.06 | 351.17 | 0.94 | 0.48 |
| Hex | EF | 8 | 2A | 0 | 61 | 52 | 6 | 15F | 5E | 30 |
| Octal | 357 | 10 | 52 | 0 | 141 | 122 | 6 | 537 | 136 | 60 |
| Binary | 11101111 | 1000 | 101010 | 0 | 1100001 | 1010010 | 110 | 101011111 | 1011110 | 110000 |
Color Harmonies of #EF082A
Complementary color
Monochromatic Colors of #EF082A
Black with #EF082A
Text Example
Text Example
White with #EF082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF082A; }
p { color: rgb(239,8,42); }
H1.HeaderClassName
{
color: #EF082A;
}
.AnyTagClassName
{
color: #EF082A;
}
</style>
background-color css
<style>
a { background-color: #EF082A; }
a { background-color: rgb(239,8,42); }
div.DivClassName
{
background-color: #EF082A;
}
.BgClassName
{
background-color: #EF082A;
}
</style>
border-color css
<style>
span { border-color: #EF082A; }
span { border-color: rgb(239,8,42); }
td.TdClassName
{
border-color: #EF082A;
}
.TagClassName
{
border-color: #EF082A;
}
</style>