Shades of Torch Red #EF0026
Tints of Torch Red #EF0026
RGB
CMYK
RGB Variations
Color information
#EF0026 (or 0xEF0026) is known color: Torch Red. HEX triplet: EF, 00 and 26. RGB value is (239,0,38). Sum of RGB (Red+Green+Blue) = 239+0+38=277 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.28% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0026 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0026 is #10FFD9. Grayscale: #4B4B4B. Windows color (decimal): -1114074 or 2490607. OLE color: 2490607.
HSL color Cylindrical-coordinate representation of color #EF0026: hue angle of 350.46º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0026 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 38 | - |
| CMYK | 0 | 1 | 0.84 | 0.06 |
| HSL | 350.46º | 1% | 0.47% | - |
| HSV(B) | 350.46º | 1% | 0.94% | - |
| XYZ | 35.95 | 18.49 | 3.51 | - |
| YUV | 75.79 | 106.68 | 244.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 38 | 0 | 1 | 0.84 | 0.06 | 350.46 | 1 | 0.47 |
| Hex | EF | 0 | 26 | 0 | 64 | 54 | 6 | 15E | 64 | 2F |
| Octal | 357 | 0 | 46 | 0 | 144 | 124 | 6 | 536 | 144 | 57 |
| Binary | 11101111 | 0 | 100110 | 0 | 1100100 | 1010100 | 110 | 101011110 | 1100100 | 101111 |
Color Harmonies of #EF0026
Complementary color
Monochromatic Colors of #EF0026
Black with #EF0026
Text Example
Text Example
White with #EF0026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0026; }
p { color: rgb(239,0,38); }
H1.HeaderClassName
{
color: #EF0026;
}
.AnyTagClassName
{
color: #EF0026;
}
</style>
background-color css
<style>
a { background-color: #EF0026; }
a { background-color: rgb(239,0,38); }
div.DivClassName
{
background-color: #EF0026;
}
.BgClassName
{
background-color: #EF0026;
}
</style>
border-color css
<style>
span { border-color: #EF0026; }
span { border-color: rgb(239,0,38); }
td.TdClassName
{
border-color: #EF0026;
}
.TagClassName
{
border-color: #EF0026;
}
</style>