Shades of Torch Red #EF1522
Tints of Torch Red #EF1522
RGB
CMYK
RGB Variations
Color information
#EF1522 (or 0xEF1522) is known color: Torch Red. HEX triplet: EF, 15 and 22. RGB value is (239,21,34). Sum of RGB (Red+Green+Blue) = 239+21+34=294 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.29% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1522 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1522 is #10EADD. Grayscale: #575757. Windows color (decimal): -1108702 or 2233839. OLE color: 2233839.
HSL color Cylindrical-coordinate representation of color #EF1522: hue angle of 356.42º 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 #EF1522 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 34 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.06 |
| HSL | 356.42º | 0.87% | 0.51% | - |
| HSV(B) | 356.42º | 0.91% | 0.94% | - |
| XYZ | 36.15 | 19 | 3.28 | - |
| YUV | 87.66 | 97.72 | 235.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 34 | 0 | 0.91 | 0.86 | 0.06 | 356.42 | 0.87 | 0.51 |
| Hex | EF | 15 | 22 | 0 | 5B | 56 | 6 | 164 | 57 | 33 |
| Octal | 357 | 25 | 42 | 0 | 133 | 126 | 6 | 544 | 127 | 63 |
| Binary | 11101111 | 10101 | 100010 | 0 | 1011011 | 1010110 | 110 | 101100100 | 1010111 | 110011 |
Color Harmonies of #EF1522
Complementary color
Monochromatic Colors of #EF1522
Black with #EF1522
Text Example
Text Example
White with #EF1522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1522; }
p { color: rgb(239,21,34); }
H1.HeaderClassName
{
color: #EF1522;
}
.AnyTagClassName
{
color: #EF1522;
}
</style>
background-color css
<style>
a { background-color: #EF1522; }
a { background-color: rgb(239,21,34); }
div.DivClassName
{
background-color: #EF1522;
}
.BgClassName
{
background-color: #EF1522;
}
</style>
border-color css
<style>
span { border-color: #EF1522; }
span { border-color: rgb(239,21,34); }
td.TdClassName
{
border-color: #EF1522;
}
.TagClassName
{
border-color: #EF1522;
}
</style>