Shades of Torch Red #EF1128
Tints of Torch Red #EF1128
RGB
CMYK
RGB Variations
Color information
#EF1128 (or 0xEF1128) is known color: Torch Red. HEX triplet: EF, 11 and 28. RGB value is (239,17,40). Sum of RGB (Red+Green+Blue) = 239+17+40=296 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.74% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1128 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1128 is #10EED7. Grayscale: #565656. Windows color (decimal): -1109720 or 2626031. OLE color: 2626031.
HSL color Cylindrical-coordinate representation of color #EF1128: hue angle of 353.78º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1128 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 40 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.06 |
| HSL | 353.78º | 0.87% | 0.5% | - |
| HSV(B) | 353.78º | 0.93% | 0.94% | - |
| XYZ | 36.18 | 18.9 | 3.75 | - |
| YUV | 86 | 102.05 | 237.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 40 | 0 | 0.93 | 0.83 | 0.06 | 353.78 | 0.87 | 0.5 |
| Hex | EF | 11 | 28 | 0 | 5D | 53 | 6 | 162 | 57 | 32 |
| Octal | 357 | 21 | 50 | 0 | 135 | 123 | 6 | 542 | 127 | 62 |
| Binary | 11101111 | 10001 | 101000 | 0 | 1011101 | 1010011 | 110 | 101100010 | 1010111 | 110010 |
Color Harmonies of #EF1128
Complementary color
Monochromatic Colors of #EF1128
Black with #EF1128
Text Example
Text Example
White with #EF1128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1128; }
p { color: rgb(239,17,40); }
H1.HeaderClassName
{
color: #EF1128;
}
.AnyTagClassName
{
color: #EF1128;
}
</style>
background-color css
<style>
a { background-color: #EF1128; }
a { background-color: rgb(239,17,40); }
div.DivClassName
{
background-color: #EF1128;
}
.BgClassName
{
background-color: #EF1128;
}
</style>
border-color css
<style>
span { border-color: #EF1128; }
span { border-color: rgb(239,17,40); }
td.TdClassName
{
border-color: #EF1128;
}
.TagClassName
{
border-color: #EF1128;
}
</style>