Shades of Torch Red #EF123C
Tints of Torch Red #EF123C
RGB
CMYK
RGB Variations
Color information
#EF123C (or 0xEF123C) is known color: Torch Red. HEX triplet: EF, 12 and 3C. RGB value is (239,18,60). Sum of RGB (Red+Green+Blue) = 239+18+60=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF123C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF123C is #10EDC3. Grayscale: #585858. Windows color (decimal): -1109444 or 3937007. OLE color: 3937007.
HSL color Cylindrical-coordinate representation of color #EF123C: hue angle of 348.6º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF123C is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 60 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.06 |
| HSL | 348.6º | 0.87% | 0.5% | - |
| HSV(B) | 348.6º | 0.92% | 0.94% | - |
| XYZ | 36.63 | 19.11 | 6.03 | - |
| YUV | 88.87 | 111.72 | 235.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 60 | 0 | 0.92 | 0.75 | 0.06 | 348.6 | 0.87 | 0.5 |
| Hex | EF | 12 | 3C | 0 | 5C | 4B | 6 | 15D | 57 | 32 |
| Octal | 357 | 22 | 74 | 0 | 134 | 113 | 6 | 535 | 127 | 62 |
| Binary | 11101111 | 10010 | 111100 | 0 | 1011100 | 1001011 | 110 | 101011101 | 1010111 | 110010 |
Color Harmonies of #EF123C
Complementary color
Monochromatic Colors of #EF123C
Black with #EF123C
Text Example
Text Example
White with #EF123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF123C; }
p { color: rgb(239,18,60); }
H1.HeaderClassName
{
color: #EF123C;
}
.AnyTagClassName
{
color: #EF123C;
}
</style>
background-color css
<style>
a { background-color: #EF123C; }
a { background-color: rgb(239,18,60); }
div.DivClassName
{
background-color: #EF123C;
}
.BgClassName
{
background-color: #EF123C;
}
</style>
border-color css
<style>
span { border-color: #EF123C; }
span { border-color: rgb(239,18,60); }
td.TdClassName
{
border-color: #EF123C;
}
.TagClassName
{
border-color: #EF123C;
}
</style>