Shades of Torch Red #EF162D
Tints of Torch Red #EF162D
RGB
CMYK
RGB Variations
Color information
#EF162D (or 0xEF162D) is known color: Torch Red. HEX triplet: EF, 16 and 2D. RGB value is (239,22,45). Sum of RGB (Red+Green+Blue) = 239+22+45=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF162D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF162D is #10E9D2. Grayscale: #595959. Windows color (decimal): -1108435 or 2954991. OLE color: 2954991.
HSL color Cylindrical-coordinate representation of color #EF162D: hue angle of 353.64º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF162D is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 45 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.06 |
| HSL | 353.64º | 0.87% | 0.51% | - |
| HSV(B) | 353.64º | 0.91% | 0.94% | - |
| XYZ | 36.36 | 19.11 | 4.26 | - |
| YUV | 89.51 | 102.89 | 234.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 45 | 0 | 0.91 | 0.81 | 0.06 | 353.64 | 0.87 | 0.51 |
| Hex | EF | 16 | 2D | 0 | 5B | 51 | 6 | 162 | 57 | 33 |
| Octal | 357 | 26 | 55 | 0 | 133 | 121 | 6 | 542 | 127 | 63 |
| Binary | 11101111 | 10110 | 101101 | 0 | 1011011 | 1010001 | 110 | 101100010 | 1010111 | 110011 |
Color Harmonies of #EF162D
Complementary color
Monochromatic Colors of #EF162D
Black with #EF162D
Text Example
Text Example
White with #EF162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF162D; }
p { color: rgb(239,22,45); }
H1.HeaderClassName
{
color: #EF162D;
}
.AnyTagClassName
{
color: #EF162D;
}
</style>
background-color css
<style>
a { background-color: #EF162D; }
a { background-color: rgb(239,22,45); }
div.DivClassName
{
background-color: #EF162D;
}
.BgClassName
{
background-color: #EF162D;
}
</style>
border-color css
<style>
span { border-color: #EF162D; }
span { border-color: rgb(239,22,45); }
td.TdClassName
{
border-color: #EF162D;
}
.TagClassName
{
border-color: #EF162D;
}
</style>