Shades of Torch Red #EF1022
Tints of Torch Red #EF1022
RGB
CMYK
RGB Variations
Color information
#EF1022 (or 0xEF1022) is known color: Torch Red. HEX triplet: EF, 10 and 22. RGB value is (239,16,34). Sum of RGB (Red+Green+Blue) = 239+16+34=289 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.70% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1022 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1022 is #10EFDD. Grayscale: #545454. Windows color (decimal): -1109982 or 2232559. OLE color: 2232559.
HSL color Cylindrical-coordinate representation of color #EF1022: hue angle of 355.16º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1022 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 34 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.06 |
| HSL | 355.16º | 0.87% | 0.5% | - |
| HSV(B) | 355.16º | 0.93% | 0.94% | - |
| XYZ | 36.07 | 18.84 | 3.25 | - |
| YUV | 84.73 | 99.38 | 238.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 34 | 0 | 0.93 | 0.86 | 0.06 | 355.16 | 0.87 | 0.5 |
| Hex | EF | 10 | 22 | 0 | 5D | 56 | 6 | 163 | 57 | 32 |
| Octal | 357 | 20 | 42 | 0 | 135 | 126 | 6 | 543 | 127 | 62 |
| Binary | 11101111 | 10000 | 100010 | 0 | 1011101 | 1010110 | 110 | 101100011 | 1010111 | 110010 |
Color Harmonies of #EF1022
Complementary color
Monochromatic Colors of #EF1022
Black with #EF1022
Text Example
Text Example
White with #EF1022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1022; }
p { color: rgb(239,16,34); }
H1.HeaderClassName
{
color: #EF1022;
}
.AnyTagClassName
{
color: #EF1022;
}
</style>
background-color css
<style>
a { background-color: #EF1022; }
a { background-color: rgb(239,16,34); }
div.DivClassName
{
background-color: #EF1022;
}
.BgClassName
{
background-color: #EF1022;
}
</style>
border-color css
<style>
span { border-color: #EF1022; }
span { border-color: rgb(239,16,34); }
td.TdClassName
{
border-color: #EF1022;
}
.TagClassName
{
border-color: #EF1022;
}
</style>