Shades of Torch Red #EF1429
Tints of Torch Red #EF1429
RGB
CMYK
RGB Variations
Color information
#EF1429 (or 0xEF1429) is known color: Torch Red. HEX triplet: EF, 14 and 29. RGB value is (239,20,41). Sum of RGB (Red+Green+Blue) = 239+20+41=300 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.67% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1429 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1429 is #10EBD6. Grayscale: #585858. Windows color (decimal): -1108951 or 2692335. OLE color: 2692335.
HSL color Cylindrical-coordinate representation of color #EF1429: hue angle of 354.25º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1429 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 41 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.06 |
| HSL | 354.25º | 0.87% | 0.51% | - |
| HSV(B) | 354.25º | 0.92% | 0.94% | - |
| XYZ | 36.25 | 19.01 | 3.86 | - |
| YUV | 87.88 | 101.55 | 235.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 41 | 0 | 0.92 | 0.83 | 0.06 | 354.25 | 0.87 | 0.51 |
| Hex | EF | 14 | 29 | 0 | 5C | 53 | 6 | 162 | 57 | 33 |
| Octal | 357 | 24 | 51 | 0 | 134 | 123 | 6 | 542 | 127 | 63 |
| Binary | 11101111 | 10100 | 101001 | 0 | 1011100 | 1010011 | 110 | 101100010 | 1010111 | 110011 |
Color Harmonies of #EF1429
Complementary color
Monochromatic Colors of #EF1429
Black with #EF1429
Text Example
Text Example
White with #EF1429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1429; }
p { color: rgb(239,20,41); }
H1.HeaderClassName
{
color: #EF1429;
}
.AnyTagClassName
{
color: #EF1429;
}
</style>
background-color css
<style>
a { background-color: #EF1429; }
a { background-color: rgb(239,20,41); }
div.DivClassName
{
background-color: #EF1429;
}
.BgClassName
{
background-color: #EF1429;
}
</style>
border-color css
<style>
span { border-color: #EF1429; }
span { border-color: rgb(239,20,41); }
td.TdClassName
{
border-color: #EF1429;
}
.TagClassName
{
border-color: #EF1429;
}
</style>