Shades of Torch Red #EF0918
Tints of Torch Red #EF0918
RGB
CMYK
RGB Variations
Color information
#EF0918 (or 0xEF0918) is known color: Torch Red. HEX triplet: EF, 09 and 18. RGB value is (239,9,24). Sum of RGB (Red+Green+Blue) = 239+9+24=272 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.87% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0918 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0918 is #10F6E7. Grayscale: #4F4F4F. Windows color (decimal): -1111784 or 1575407. OLE color: 1575407.
HSL color Cylindrical-coordinate representation of color #EF0918: hue angle of 356.09º 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 #EF0918 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 24 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.06 |
| HSL | 356.09º | 0.93% | 0.49% | - |
| HSV(B) | 356.09º | 0.96% | 0.94% | - |
| XYZ | 35.86 | 18.61 | 2.57 | - |
| YUV | 79.48 | 96.7 | 241.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 24 | 0 | 0.96 | 0.90 | 0.06 | 356.09 | 0.93 | 0.49 |
| Hex | EF | 9 | 18 | 0 | 60 | 5A | 6 | 164 | 5D | 31 |
| Octal | 357 | 11 | 30 | 0 | 140 | 132 | 6 | 544 | 135 | 61 |
| Binary | 11101111 | 1001 | 11000 | 0 | 1100000 | 1011010 | 110 | 101100100 | 1011101 | 110001 |
Color Harmonies of #EF0918
Complementary color
Monochromatic Colors of #EF0918
Black with #EF0918
Text Example
Text Example
White with #EF0918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0918; }
p { color: rgb(239,9,24); }
H1.HeaderClassName
{
color: #EF0918;
}
.AnyTagClassName
{
color: #EF0918;
}
</style>
background-color css
<style>
a { background-color: #EF0918; }
a { background-color: rgb(239,9,24); }
div.DivClassName
{
background-color: #EF0918;
}
.BgClassName
{
background-color: #EF0918;
}
</style>
border-color css
<style>
span { border-color: #EF0918; }
span { border-color: rgb(239,9,24); }
td.TdClassName
{
border-color: #EF0918;
}
.TagClassName
{
border-color: #EF0918;
}
</style>