Shades of Torch Red #EF132C
Tints of Torch Red #EF132C
RGB
CMYK
RGB Variations
Color information
#EF132C (or 0xEF132C) is known color: Torch Red. HEX triplet: EF, 13 and 2C. RGB value is (239,19,44). Sum of RGB (Red+Green+Blue) = 239+19+44=302 (40% of max value = 765). Red value is 239 (93.75% from 255 or 79.14% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 239 - color contains mainly: red. Hex color #EF132C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF132C is #10ECD3. Grayscale: #575757. Windows color (decimal): -1109204 or 2888687. OLE color: 2888687.
HSL color Cylindrical-coordinate representation of color #EF132C: hue angle of 353.18º 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 #EF132C is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 44 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.06 |
| HSL | 353.18º | 0.87% | 0.51% | - |
| HSV(B) | 353.18º | 0.92% | 0.94% | - |
| XYZ | 36.28 | 19 | 4.14 | - |
| YUV | 87.63 | 103.39 | 235.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 44 | 0 | 0.92 | 0.82 | 0.06 | 353.18 | 0.87 | 0.51 |
| Hex | EF | 13 | 2C | 0 | 5C | 52 | 6 | 161 | 57 | 33 |
| Octal | 357 | 23 | 54 | 0 | 134 | 122 | 6 | 541 | 127 | 63 |
| Binary | 11101111 | 10011 | 101100 | 0 | 1011100 | 1010010 | 110 | 101100001 | 1010111 | 110011 |
Color Harmonies of #EF132C
Complementary color
Monochromatic Colors of #EF132C
Black with #EF132C
Text Example
Text Example
White with #EF132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF132C; }
p { color: rgb(239,19,44); }
H1.HeaderClassName
{
color: #EF132C;
}
.AnyTagClassName
{
color: #EF132C;
}
</style>
background-color css
<style>
a { background-color: #EF132C; }
a { background-color: rgb(239,19,44); }
div.DivClassName
{
background-color: #EF132C;
}
.BgClassName
{
background-color: #EF132C;
}
</style>
border-color css
<style>
span { border-color: #EF132C; }
span { border-color: rgb(239,19,44); }
td.TdClassName
{
border-color: #EF132C;
}
.TagClassName
{
border-color: #EF132C;
}
</style>