Shades of Torch Red #EF1622
Tints of Torch Red #EF1622
RGB
CMYK
RGB Variations
Color information
#EF1622 (or 0xEF1622) is known color: Torch Red. HEX triplet: EF, 16 and 22. RGB value is (239,22,34). Sum of RGB (Red+Green+Blue) = 239+22+34=295 (39% of max value = 765). Red value is 239 (93.75% from 255 or 81.02% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1622 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1622 is #10E9DD. Grayscale: #585858. Windows color (decimal): -1108446 or 2234095. OLE color: 2234095.
HSL color Cylindrical-coordinate representation of color #EF1622: hue angle of 356.68º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF1622 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 34 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.06 |
| HSL | 356.68º | 0.87% | 0.51% | - |
| HSV(B) | 356.68º | 0.91% | 0.94% | - |
| XYZ | 36.17 | 19.04 | 3.28 | - |
| YUV | 88.25 | 97.39 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 34 | 0 | 0.91 | 0.86 | 0.06 | 356.68 | 0.87 | 0.51 |
| Hex | EF | 16 | 22 | 0 | 5B | 56 | 6 | 165 | 57 | 33 |
| Octal | 357 | 26 | 42 | 0 | 133 | 126 | 6 | 545 | 127 | 63 |
| Binary | 11101111 | 10110 | 100010 | 0 | 1011011 | 1010110 | 110 | 101100101 | 1010111 | 110011 |
Color Harmonies of #EF1622
Complementary color
Monochromatic Colors of #EF1622
Black with #EF1622
Text Example
Text Example
White with #EF1622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1622; }
p { color: rgb(239,22,34); }
H1.HeaderClassName
{
color: #EF1622;
}
.AnyTagClassName
{
color: #EF1622;
}
</style>
background-color css
<style>
a { background-color: #EF1622; }
a { background-color: rgb(239,22,34); }
div.DivClassName
{
background-color: #EF1622;
}
.BgClassName
{
background-color: #EF1622;
}
</style>
border-color css
<style>
span { border-color: #EF1622; }
span { border-color: rgb(239,22,34); }
td.TdClassName
{
border-color: #EF1622;
}
.TagClassName
{
border-color: #EF1622;
}
</style>