Shades of Torch Red #EF1324
Tints of Torch Red #EF1324
RGB
CMYK
RGB Variations
Color information
#EF1324 (or 0xEF1324) is known color: Torch Red. HEX triplet: EF, 13 and 24. RGB value is (239,19,36). Sum of RGB (Red+Green+Blue) = 239+19+36=294 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.29% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1324 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1324 is #10ECDB. Grayscale: #565656. Windows color (decimal): -1109212 or 2364399. OLE color: 2364399.
HSL color Cylindrical-coordinate representation of color #EF1324: hue angle of 355.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 #EF1324 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 36 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.06 |
| HSL | 355.36º | 0.87% | 0.51% | - |
| HSV(B) | 355.36º | 0.92% | 0.94% | - |
| XYZ | 36.15 | 18.94 | 3.42 | - |
| YUV | 86.72 | 99.39 | 236.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 36 | 0 | 0.92 | 0.85 | 0.06 | 355.36 | 0.87 | 0.51 |
| Hex | EF | 13 | 24 | 0 | 5C | 55 | 6 | 163 | 57 | 33 |
| Octal | 357 | 23 | 44 | 0 | 134 | 125 | 6 | 543 | 127 | 63 |
| Binary | 11101111 | 10011 | 100100 | 0 | 1011100 | 1010101 | 110 | 101100011 | 1010111 | 110011 |
Color Harmonies of #EF1324
Complementary color
Monochromatic Colors of #EF1324
Black with #EF1324
Text Example
Text Example
White with #EF1324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1324; }
p { color: rgb(239,19,36); }
H1.HeaderClassName
{
color: #EF1324;
}
.AnyTagClassName
{
color: #EF1324;
}
</style>
background-color css
<style>
a { background-color: #EF1324; }
a { background-color: rgb(239,19,36); }
div.DivClassName
{
background-color: #EF1324;
}
.BgClassName
{
background-color: #EF1324;
}
</style>
border-color css
<style>
span { border-color: #EF1324; }
span { border-color: rgb(239,19,36); }
td.TdClassName
{
border-color: #EF1324;
}
.TagClassName
{
border-color: #EF1324;
}
</style>