Shades of Torch Red #EF0926
Tints of Torch Red #EF0926
RGB
CMYK
RGB Variations
Color information
#EF0926 (or 0xEF0926) is known color: Torch Red. HEX triplet: EF, 09 and 26. RGB value is (239,9,38). Sum of RGB (Red+Green+Blue) = 239+9+38=286 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.57% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0926 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0926 is #10F6D9. Grayscale: #515151. Windows color (decimal): -1111770 or 2492911. OLE color: 2492911.
HSL color Cylindrical-coordinate representation of color #EF0926: hue angle of 352.43º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0926 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 38 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.06 |
| HSL | 352.43º | 0.93% | 0.49% | - |
| HSV(B) | 352.43º | 0.96% | 0.94% | - |
| XYZ | 36.04 | 18.69 | 3.54 | - |
| YUV | 81.08 | 103.7 | 240.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 38 | 0 | 0.96 | 0.84 | 0.06 | 352.43 | 0.93 | 0.49 |
| Hex | EF | 9 | 26 | 0 | 60 | 54 | 6 | 160 | 5D | 31 |
| Octal | 357 | 11 | 46 | 0 | 140 | 124 | 6 | 540 | 135 | 61 |
| Binary | 11101111 | 1001 | 100110 | 0 | 1100000 | 1010100 | 110 | 101100000 | 1011101 | 110001 |
Color Harmonies of #EF0926
Complementary color
Monochromatic Colors of #EF0926
Black with #EF0926
Text Example
Text Example
White with #EF0926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0926; }
p { color: rgb(239,9,38); }
H1.HeaderClassName
{
color: #EF0926;
}
.AnyTagClassName
{
color: #EF0926;
}
</style>
background-color css
<style>
a { background-color: #EF0926; }
a { background-color: rgb(239,9,38); }
div.DivClassName
{
background-color: #EF0926;
}
.BgClassName
{
background-color: #EF0926;
}
</style>
border-color css
<style>
span { border-color: #EF0926; }
span { border-color: rgb(239,9,38); }
td.TdClassName
{
border-color: #EF0926;
}
.TagClassName
{
border-color: #EF0926;
}
</style>