Shades of Torch Red #EF132F
Tints of Torch Red #EF132F
RGB
CMYK
RGB Variations
Color information
#EF132F (or 0xEF132F) is known color: Torch Red. HEX triplet: EF, 13 and 2F. RGB value is (239,19,47). Sum of RGB (Red+Green+Blue) = 239+19+47=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF132F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF132F is #10ECD0. Grayscale: #585858. Windows color (decimal): -1109201 or 3085295. OLE color: 3085295.
HSL color Cylindrical-coordinate representation of color #EF132F: hue angle of 352.36º 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 #EF132F is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 47 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.06 |
| HSL | 352.36º | 0.87% | 0.51% | - |
| HSV(B) | 352.36º | 0.92% | 0.94% | - |
| XYZ | 36.34 | 19.02 | 4.45 | - |
| YUV | 87.97 | 104.89 | 235.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 47 | 0 | 0.92 | 0.80 | 0.06 | 352.36 | 0.87 | 0.51 |
| Hex | EF | 13 | 2F | 0 | 5C | 50 | 6 | 160 | 57 | 33 |
| Octal | 357 | 23 | 57 | 0 | 134 | 120 | 6 | 540 | 127 | 63 |
| Binary | 11101111 | 10011 | 101111 | 0 | 1011100 | 1010000 | 110 | 101100000 | 1010111 | 110011 |
Color Harmonies of #EF132F
Complementary color
Monochromatic Colors of #EF132F
Black with #EF132F
Text Example
Text Example
White with #EF132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF132F; }
p { color: rgb(239,19,47); }
H1.HeaderClassName
{
color: #EF132F;
}
.AnyTagClassName
{
color: #EF132F;
}
</style>
background-color css
<style>
a { background-color: #EF132F; }
a { background-color: rgb(239,19,47); }
div.DivClassName
{
background-color: #EF132F;
}
.BgClassName
{
background-color: #EF132F;
}
</style>
border-color css
<style>
span { border-color: #EF132F; }
span { border-color: rgb(239,19,47); }
td.TdClassName
{
border-color: #EF132F;
}
.TagClassName
{
border-color: #EF132F;
}
</style>