Shades of Torch Red #EF0915
Tints of Torch Red #EF0915
RGB
CMYK
RGB Variations
Color information
#EF0915 (or 0xEF0915) is known color: Torch Red. HEX triplet: EF, 09 and 15. RGB value is (239,9,21). Sum of RGB (Red+Green+Blue) = 239+9+21=269 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.85% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0915 is #10F6EA. Grayscale: #4F4F4F. Windows color (decimal): -1111787 or 1378799. OLE color: 1378799.
HSL color Cylindrical-coordinate representation of color #EF0915: hue angle of 356.87º 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 #EF0915 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 21 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.06 |
| HSL | 356.87º | 0.93% | 0.49% | - |
| HSV(B) | 356.87º | 0.96% | 0.94% | - |
| XYZ | 35.83 | 18.6 | 2.41 | - |
| YUV | 79.14 | 95.2 | 242.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 21 | 0 | 0.96 | 0.91 | 0.06 | 356.87 | 0.93 | 0.49 |
| Hex | EF | 9 | 15 | 0 | 60 | 5B | 6 | 165 | 5D | 31 |
| Octal | 357 | 11 | 25 | 0 | 140 | 133 | 6 | 545 | 135 | 61 |
| Binary | 11101111 | 1001 | 10101 | 0 | 1100000 | 1011011 | 110 | 101100101 | 1011101 | 110001 |
Color Harmonies of #EF0915
Complementary color
Monochromatic Colors of #EF0915
Black with #EF0915
Text Example
Text Example
White with #EF0915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0915; }
p { color: rgb(239,9,21); }
H1.HeaderClassName
{
color: #EF0915;
}
.AnyTagClassName
{
color: #EF0915;
}
</style>
background-color css
<style>
a { background-color: #EF0915; }
a { background-color: rgb(239,9,21); }
div.DivClassName
{
background-color: #EF0915;
}
.BgClassName
{
background-color: #EF0915;
}
</style>
border-color css
<style>
span { border-color: #EF0915; }
span { border-color: rgb(239,9,21); }
td.TdClassName
{
border-color: #EF0915;
}
.TagClassName
{
border-color: #EF0915;
}
</style>