Shades of Torch Red #EF0128
Tints of Torch Red #EF0128
RGB
CMYK
RGB Variations
Color information
#EF0128 (or 0xEF0128) is known color: Torch Red. HEX triplet: EF, 01 and 28. RGB value is (239,1,40). Sum of RGB (Red+Green+Blue) = 239+1+40=280 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.36% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0128 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0128 is #10FED7. Grayscale: #4C4C4C. Windows color (decimal): -1113816 or 2621935. OLE color: 2621935.
HSL color Cylindrical-coordinate representation of color #EF0128: hue angle of 350.17º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0128 is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 40 | - |
| CMYK | 0 | 1.00 | 0.83 | 0.06 |
| HSL | 350.17º | 0.99% | 0.47% | - |
| HSV(B) | 350.17º | 1% | 0.94% | - |
| XYZ | 35.99 | 18.53 | 3.69 | - |
| YUV | 76.61 | 107.35 | 243.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 40 | 0 | 1.00 | 0.83 | 0.06 | 350.17 | 0.99 | 0.47 |
| Hex | EF | 1 | 28 | 0 | 64 | 53 | 6 | 15E | 63 | 2F |
| Octal | 357 | 1 | 50 | 0 | 144 | 123 | 6 | 536 | 143 | 57 |
| Binary | 11101111 | 1 | 101000 | 0 | 1100100 | 1010011 | 110 | 101011110 | 1100011 | 101111 |
Color Harmonies of #EF0128
Complementary color
Monochromatic Colors of #EF0128
Black with #EF0128
Text Example
Text Example
White with #EF0128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0128; }
p { color: rgb(239,1,40); }
H1.HeaderClassName
{
color: #EF0128;
}
.AnyTagClassName
{
color: #EF0128;
}
</style>
background-color css
<style>
a { background-color: #EF0128; }
a { background-color: rgb(239,1,40); }
div.DivClassName
{
background-color: #EF0128;
}
.BgClassName
{
background-color: #EF0128;
}
</style>
border-color css
<style>
span { border-color: #EF0128; }
span { border-color: rgb(239,1,40); }
td.TdClassName
{
border-color: #EF0128;
}
.TagClassName
{
border-color: #EF0128;
}
</style>