Shades of Torch Red #EF091F
Tints of Torch Red #EF091F
RGB
CMYK
RGB Variations
Color information
#EF091F (or 0xEF091F) is known color: Torch Red. HEX triplet: EF, 09 and 1F. RGB value is (239,9,31). Sum of RGB (Red+Green+Blue) = 239+9+31=279 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.66% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 239 - color contains mainly: red. Hex color #EF091F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF091F is #10F6E0. Grayscale: #505050. Windows color (decimal): -1111777 or 2034159. OLE color: 2034159.
HSL color Cylindrical-coordinate representation of color #EF091F: hue angle of 354.26º 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 #EF091F is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 31 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.06 |
| HSL | 354.26º | 0.93% | 0.49% | - |
| HSV(B) | 354.26º | 0.96% | 0.94% | - |
| XYZ | 35.94 | 18.65 | 3 | - |
| YUV | 80.28 | 100.2 | 241.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 31 | 0 | 0.96 | 0.87 | 0.06 | 354.26 | 0.93 | 0.49 |
| Hex | EF | 9 | 1F | 0 | 60 | 57 | 6 | 162 | 5D | 31 |
| Octal | 357 | 11 | 37 | 0 | 140 | 127 | 6 | 542 | 135 | 61 |
| Binary | 11101111 | 1001 | 11111 | 0 | 1100000 | 1010111 | 110 | 101100010 | 1011101 | 110001 |
Color Harmonies of #EF091F
Complementary color
Monochromatic Colors of #EF091F
Black with #EF091F
Text Example
Text Example
White with #EF091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF091F; }
p { color: rgb(239,9,31); }
H1.HeaderClassName
{
color: #EF091F;
}
.AnyTagClassName
{
color: #EF091F;
}
</style>
background-color css
<style>
a { background-color: #EF091F; }
a { background-color: rgb(239,9,31); }
div.DivClassName
{
background-color: #EF091F;
}
.BgClassName
{
background-color: #EF091F;
}
</style>
border-color css
<style>
span { border-color: #EF091F; }
span { border-color: rgb(239,9,31); }
td.TdClassName
{
border-color: #EF091F;
}
.TagClassName
{
border-color: #EF091F;
}
</style>