Shades of Torch Red #EF1235
Tints of Torch Red #EF1235
RGB
CMYK
RGB Variations
Color information
#EF1235 (or 0xEF1235) is known color: Torch Red. HEX triplet: EF, 12 and 35. RGB value is (239,18,53). Sum of RGB (Red+Green+Blue) = 239+18+53=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1235 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1235 is #10EDCA. Grayscale: #585858. Windows color (decimal): -1109451 or 3478255. OLE color: 3478255.
HSL color Cylindrical-coordinate representation of color #EF1235: hue angle of 350.5º 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 #EF1235 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 53 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.06 |
| HSL | 350.5º | 0.87% | 0.5% | - |
| HSV(B) | 350.5º | 0.92% | 0.94% | - |
| XYZ | 36.46 | 19.04 | 5.12 | - |
| YUV | 88.07 | 108.22 | 235.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 53 | 0 | 0.92 | 0.78 | 0.06 | 350.5 | 0.87 | 0.5 |
| Hex | EF | 12 | 35 | 0 | 5C | 4E | 6 | 15E | 57 | 32 |
| Octal | 357 | 22 | 65 | 0 | 134 | 116 | 6 | 536 | 127 | 62 |
| Binary | 11101111 | 10010 | 110101 | 0 | 1011100 | 1001110 | 110 | 101011110 | 1010111 | 110010 |
Color Harmonies of #EF1235
Complementary color
Monochromatic Colors of #EF1235
Black with #EF1235
Text Example
Text Example
White with #EF1235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1235; }
p { color: rgb(239,18,53); }
H1.HeaderClassName
{
color: #EF1235;
}
.AnyTagClassName
{
color: #EF1235;
}
</style>
background-color css
<style>
a { background-color: #EF1235; }
a { background-color: rgb(239,18,53); }
div.DivClassName
{
background-color: #EF1235;
}
.BgClassName
{
background-color: #EF1235;
}
</style>
border-color css
<style>
span { border-color: #EF1235; }
span { border-color: rgb(239,18,53); }
td.TdClassName
{
border-color: #EF1235;
}
.TagClassName
{
border-color: #EF1235;
}
</style>