Shades of Torch Red #EF143A
Tints of Torch Red #EF143A
RGB
CMYK
RGB Variations
Color information
#EF143A (or 0xEF143A) is known color: Torch Red. HEX triplet: EF, 14 and 3A. RGB value is (239,20,58). Sum of RGB (Red+Green+Blue) = 239+20+58=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF143A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF143A is #10EBC5. Grayscale: #595959. Windows color (decimal): -1108934 or 3806447. OLE color: 3806447.
HSL color Cylindrical-coordinate representation of color #EF143A: hue angle of 349.59º 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 #EF143A is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 58 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.06 |
| HSL | 349.59º | 0.87% | 0.51% | - |
| HSV(B) | 349.59º | 0.92% | 0.94% | - |
| XYZ | 36.61 | 19.16 | 5.77 | - |
| YUV | 89.81 | 110.05 | 234.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 58 | 0 | 0.92 | 0.76 | 0.06 | 349.59 | 0.87 | 0.51 |
| Hex | EF | 14 | 3A | 0 | 5C | 4C | 6 | 15E | 57 | 33 |
| Octal | 357 | 24 | 72 | 0 | 134 | 114 | 6 | 536 | 127 | 63 |
| Binary | 11101111 | 10100 | 111010 | 0 | 1011100 | 1001100 | 110 | 101011110 | 1010111 | 110011 |
Color Harmonies of #EF143A
Complementary color
Monochromatic Colors of #EF143A
Black with #EF143A
Text Example
Text Example
White with #EF143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF143A; }
p { color: rgb(239,20,58); }
H1.HeaderClassName
{
color: #EF143A;
}
.AnyTagClassName
{
color: #EF143A;
}
</style>
background-color css
<style>
a { background-color: #EF143A; }
a { background-color: rgb(239,20,58); }
div.DivClassName
{
background-color: #EF143A;
}
.BgClassName
{
background-color: #EF143A;
}
</style>
border-color css
<style>
span { border-color: #EF143A; }
span { border-color: rgb(239,20,58); }
td.TdClassName
{
border-color: #EF143A;
}
.TagClassName
{
border-color: #EF143A;
}
</style>