Shades of Torch Red #EF142B
Tints of Torch Red #EF142B
RGB
CMYK
RGB Variations
Color information
#EF142B (or 0xEF142B) is known color: Torch Red. HEX triplet: EF, 14 and 2B. RGB value is (239,20,43). Sum of RGB (Red+Green+Blue) = 239+20+43=302 (40% of max value = 765). Red value is 239 (93.75% from 255 or 79.14% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 239 - color contains mainly: red. Hex color #EF142B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF142B is #10EBD4. Grayscale: #585858. Windows color (decimal): -1108949 or 2823407. OLE color: 2823407.
HSL color Cylindrical-coordinate representation of color #EF142B: hue angle of 353.7º 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 #EF142B is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 43 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.06 |
| HSL | 353.7º | 0.87% | 0.51% | - |
| HSV(B) | 353.7º | 0.92% | 0.94% | - |
| XYZ | 36.28 | 19.03 | 4.05 | - |
| YUV | 88.1 | 102.55 | 235.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 43 | 0 | 0.92 | 0.82 | 0.06 | 353.7 | 0.87 | 0.51 |
| Hex | EF | 14 | 2B | 0 | 5C | 52 | 6 | 162 | 57 | 33 |
| Octal | 357 | 24 | 53 | 0 | 134 | 122 | 6 | 542 | 127 | 63 |
| Binary | 11101111 | 10100 | 101011 | 0 | 1011100 | 1010010 | 110 | 101100010 | 1010111 | 110011 |
Color Harmonies of #EF142B
Complementary color
Monochromatic Colors of #EF142B
Black with #EF142B
Text Example
Text Example
White with #EF142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF142B; }
p { color: rgb(239,20,43); }
H1.HeaderClassName
{
color: #EF142B;
}
.AnyTagClassName
{
color: #EF142B;
}
</style>
background-color css
<style>
a { background-color: #EF142B; }
a { background-color: rgb(239,20,43); }
div.DivClassName
{
background-color: #EF142B;
}
.BgClassName
{
background-color: #EF142B;
}
</style>
border-color css
<style>
span { border-color: #EF142B; }
span { border-color: rgb(239,20,43); }
td.TdClassName
{
border-color: #EF142B;
}
.TagClassName
{
border-color: #EF142B;
}
</style>