Shades of Torch Red #EF091E
Tints of Torch Red #EF091E
RGB
CMYK
RGB Variations
Color information
#EF091E (or 0xEF091E) is known color: Torch Red. HEX triplet: EF, 09 and 1E. RGB value is (239,9,30). Sum of RGB (Red+Green+Blue) = 239+9+30=278 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.97% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 239 - color contains mainly: red. Hex color #EF091E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF091E is #10F6E1. Grayscale: #505050. Windows color (decimal): -1111778 or 1968623. OLE color: 1968623.
HSL color Cylindrical-coordinate representation of color #EF091E: hue angle of 354.52º 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 #EF091E is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 30 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.06 |
| HSL | 354.52º | 0.93% | 0.49% | - |
| HSV(B) | 354.52º | 0.96% | 0.94% | - |
| XYZ | 35.93 | 18.64 | 2.93 | - |
| YUV | 80.16 | 99.7 | 241.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 30 | 0 | 0.96 | 0.87 | 0.06 | 354.52 | 0.93 | 0.49 |
| Hex | EF | 9 | 1E | 0 | 60 | 57 | 6 | 163 | 5D | 31 |
| Octal | 357 | 11 | 36 | 0 | 140 | 127 | 6 | 543 | 135 | 61 |
| Binary | 11101111 | 1001 | 11110 | 0 | 1100000 | 1010111 | 110 | 101100011 | 1011101 | 110001 |
Color Harmonies of #EF091E
Complementary color
Monochromatic Colors of #EF091E
Black with #EF091E
Text Example
Text Example
White with #EF091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF091E; }
p { color: rgb(239,9,30); }
H1.HeaderClassName
{
color: #EF091E;
}
.AnyTagClassName
{
color: #EF091E;
}
</style>
background-color css
<style>
a { background-color: #EF091E; }
a { background-color: rgb(239,9,30); }
div.DivClassName
{
background-color: #EF091E;
}
.BgClassName
{
background-color: #EF091E;
}
</style>
border-color css
<style>
span { border-color: #EF091E; }
span { border-color: rgb(239,9,30); }
td.TdClassName
{
border-color: #EF091E;
}
.TagClassName
{
border-color: #EF091E;
}
</style>