Shades of Torch Red #EF092D
Tints of Torch Red #EF092D
RGB
CMYK
RGB Variations
Color information
#EF092D (or 0xEF092D) is known color: Torch Red. HEX triplet: EF, 09 and 2D. RGB value is (239,9,45). Sum of RGB (Red+Green+Blue) = 239+9+45=293 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.57% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 239 - color contains mainly: red. Hex color #EF092D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF092D is #10F6D2. Grayscale: #515151. Windows color (decimal): -1111763 or 2951663. OLE color: 2951663.
HSL color Cylindrical-coordinate representation of color #EF092D: hue angle of 350.61º 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 #EF092D is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 45 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.06 |
| HSL | 350.61º | 0.93% | 0.49% | - |
| HSV(B) | 350.61º | 0.96% | 0.94% | - |
| XYZ | 36.17 | 18.74 | 4.19 | - |
| YUV | 81.87 | 107.2 | 240.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 45 | 0 | 0.96 | 0.81 | 0.06 | 350.61 | 0.93 | 0.49 |
| Hex | EF | 9 | 2D | 0 | 60 | 51 | 6 | 15F | 5D | 31 |
| Octal | 357 | 11 | 55 | 0 | 140 | 121 | 6 | 537 | 135 | 61 |
| Binary | 11101111 | 1001 | 101101 | 0 | 1100000 | 1010001 | 110 | 101011111 | 1011101 | 110001 |
Color Harmonies of #EF092D
Complementary color
Monochromatic Colors of #EF092D
Black with #EF092D
Text Example
Text Example
White with #EF092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF092D; }
p { color: rgb(239,9,45); }
H1.HeaderClassName
{
color: #EF092D;
}
.AnyTagClassName
{
color: #EF092D;
}
</style>
background-color css
<style>
a { background-color: #EF092D; }
a { background-color: rgb(239,9,45); }
div.DivClassName
{
background-color: #EF092D;
}
.BgClassName
{
background-color: #EF092D;
}
</style>
border-color css
<style>
span { border-color: #EF092D; }
span { border-color: rgb(239,9,45); }
td.TdClassName
{
border-color: #EF092D;
}
.TagClassName
{
border-color: #EF092D;
}
</style>