Shades of Torch Red #EF123B
Tints of Torch Red #EF123B
RGB
CMYK
RGB Variations
Color information
#EF123B (or 0xEF123B) is known color: Torch Red. HEX triplet: EF, 12 and 3B. RGB value is (239,18,59). Sum of RGB (Red+Green+Blue) = 239+18+59=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF123B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF123B is #10EDC4. Grayscale: #585858. Windows color (decimal): -1109445 or 3871471. OLE color: 3871471.
HSL color Cylindrical-coordinate representation of color #EF123B: hue angle of 348.87º 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 #EF123B is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 59 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.06 |
| HSL | 348.87º | 0.87% | 0.5% | - |
| HSV(B) | 348.87º | 0.92% | 0.94% | - |
| XYZ | 36.6 | 19.1 | 5.9 | - |
| YUV | 88.75 | 111.22 | 235.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 59 | 0 | 0.92 | 0.75 | 0.06 | 348.87 | 0.87 | 0.5 |
| Hex | EF | 12 | 3B | 0 | 5C | 4B | 6 | 15D | 57 | 32 |
| Octal | 357 | 22 | 73 | 0 | 134 | 113 | 6 | 535 | 127 | 62 |
| Binary | 11101111 | 10010 | 111011 | 0 | 1011100 | 1001011 | 110 | 101011101 | 1010111 | 110010 |
Color Harmonies of #EF123B
Complementary color
Monochromatic Colors of #EF123B
Black with #EF123B
Text Example
Text Example
White with #EF123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF123B; }
p { color: rgb(239,18,59); }
H1.HeaderClassName
{
color: #EF123B;
}
.AnyTagClassName
{
color: #EF123B;
}
</style>
background-color css
<style>
a { background-color: #EF123B; }
a { background-color: rgb(239,18,59); }
div.DivClassName
{
background-color: #EF123B;
}
.BgClassName
{
background-color: #EF123B;
}
</style>
border-color css
<style>
span { border-color: #EF123B; }
span { border-color: rgb(239,18,59); }
td.TdClassName
{
border-color: #EF123B;
}
.TagClassName
{
border-color: #EF123B;
}
</style>