Shades of Torch Red #EF1523
Tints of Torch Red #EF1523
RGB
CMYK
RGB Variations
Color information
#EF1523 (or 0xEF1523) is known color: Torch Red. HEX triplet: EF, 15 and 23. RGB value is (239,21,35). Sum of RGB (Red+Green+Blue) = 239+21+35=295 (39% of max value = 765). Red value is 239 (93.75% from 255 or 81.02% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1523 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1523 is #10EADC. Grayscale: #575757. Windows color (decimal): -1108701 or 2299375. OLE color: 2299375.
HSL color Cylindrical-coordinate representation of color #EF1523: hue angle of 356.15º 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 #EF1523 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 35 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.06 |
| HSL | 356.15º | 0.87% | 0.51% | - |
| HSV(B) | 356.15º | 0.91% | 0.94% | - |
| XYZ | 36.17 | 19.01 | 3.35 | - |
| YUV | 87.78 | 98.22 | 235.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 35 | 0 | 0.91 | 0.85 | 0.06 | 356.15 | 0.87 | 0.51 |
| Hex | EF | 15 | 23 | 0 | 5B | 55 | 6 | 164 | 57 | 33 |
| Octal | 357 | 25 | 43 | 0 | 133 | 125 | 6 | 544 | 127 | 63 |
| Binary | 11101111 | 10101 | 100011 | 0 | 1011011 | 1010101 | 110 | 101100100 | 1010111 | 110011 |
Color Harmonies of #EF1523
Complementary color
Monochromatic Colors of #EF1523
Black with #EF1523
Text Example
Text Example
White with #EF1523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1523; }
p { color: rgb(239,21,35); }
H1.HeaderClassName
{
color: #EF1523;
}
.AnyTagClassName
{
color: #EF1523;
}
</style>
background-color css
<style>
a { background-color: #EF1523; }
a { background-color: rgb(239,21,35); }
div.DivClassName
{
background-color: #EF1523;
}
.BgClassName
{
background-color: #EF1523;
}
</style>
border-color css
<style>
span { border-color: #EF1523; }
span { border-color: rgb(239,21,35); }
td.TdClassName
{
border-color: #EF1523;
}
.TagClassName
{
border-color: #EF1523;
}
</style>