Shades of Torch Red #EF1529
Tints of Torch Red #EF1529
RGB
CMYK
RGB Variations
Color information
#EF1529 (or 0xEF1529) is known color: Torch Red. HEX triplet: EF, 15 and 29. RGB value is (239,21,41). Sum of RGB (Red+Green+Blue) = 239+21+41=301 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.40% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1529 is #10EAD6. Grayscale: #585858. Windows color (decimal): -1108695 or 2692591. OLE color: 2692591.
HSL color Cylindrical-coordinate representation of color #EF1529: hue angle of 354.5º 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 #EF1529 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 41 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.06 |
| HSL | 354.5º | 0.87% | 0.51% | - |
| HSV(B) | 354.5º | 0.91% | 0.94% | - |
| XYZ | 36.27 | 19.05 | 3.86 | - |
| YUV | 88.46 | 101.22 | 235.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 41 | 0 | 0.91 | 0.83 | 0.06 | 354.5 | 0.87 | 0.51 |
| Hex | EF | 15 | 29 | 0 | 5B | 53 | 6 | 162 | 57 | 33 |
| Octal | 357 | 25 | 51 | 0 | 133 | 123 | 6 | 542 | 127 | 63 |
| Binary | 11101111 | 10101 | 101001 | 0 | 1011011 | 1010011 | 110 | 101100010 | 1010111 | 110011 |
Color Harmonies of #EF1529
Complementary color
Monochromatic Colors of #EF1529
Black with #EF1529
Text Example
Text Example
White with #EF1529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1529; }
p { color: rgb(239,21,41); }
H1.HeaderClassName
{
color: #EF1529;
}
.AnyTagClassName
{
color: #EF1529;
}
</style>
background-color css
<style>
a { background-color: #EF1529; }
a { background-color: rgb(239,21,41); }
div.DivClassName
{
background-color: #EF1529;
}
.BgClassName
{
background-color: #EF1529;
}
</style>
border-color css
<style>
span { border-color: #EF1529; }
span { border-color: rgb(239,21,41); }
td.TdClassName
{
border-color: #EF1529;
}
.TagClassName
{
border-color: #EF1529;
}
</style>