Shades of Torch Red #EF132A
Tints of Torch Red #EF132A
RGB
CMYK
RGB Variations
Color information
#EF132A (or 0xEF132A) is known color: Torch Red. HEX triplet: EF, 13 and 2A. RGB value is (239,19,42). Sum of RGB (Red+Green+Blue) = 239+19+42=300 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 239 - color contains mainly: red. Hex color #EF132A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF132A is #10ECD5. Grayscale: #575757. Windows color (decimal): -1109206 or 2757615. OLE color: 2757615.
HSL color Cylindrical-coordinate representation of color #EF132A: hue angle of 353.73º 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 #EF132A is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 42 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.06 |
| HSL | 353.73º | 0.87% | 0.51% | - |
| HSV(B) | 353.73º | 0.92% | 0.94% | - |
| XYZ | 36.25 | 18.98 | 3.94 | - |
| YUV | 87.4 | 102.39 | 236.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 42 | 0 | 0.92 | 0.82 | 0.06 | 353.73 | 0.87 | 0.51 |
| Hex | EF | 13 | 2A | 0 | 5C | 52 | 6 | 162 | 57 | 33 |
| Octal | 357 | 23 | 52 | 0 | 134 | 122 | 6 | 542 | 127 | 63 |
| Binary | 11101111 | 10011 | 101010 | 0 | 1011100 | 1010010 | 110 | 101100010 | 1010111 | 110011 |
Color Harmonies of #EF132A
Complementary color
Monochromatic Colors of #EF132A
Black with #EF132A
Text Example
Text Example
White with #EF132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF132A; }
p { color: rgb(239,19,42); }
H1.HeaderClassName
{
color: #EF132A;
}
.AnyTagClassName
{
color: #EF132A;
}
</style>
background-color css
<style>
a { background-color: #EF132A; }
a { background-color: rgb(239,19,42); }
div.DivClassName
{
background-color: #EF132A;
}
.BgClassName
{
background-color: #EF132A;
}
</style>
border-color css
<style>
span { border-color: #EF132A; }
span { border-color: rgb(239,19,42); }
td.TdClassName
{
border-color: #EF132A;
}
.TagClassName
{
border-color: #EF132A;
}
</style>