Shades of Torch Red #EF162B
Tints of Torch Red #EF162B
RGB
CMYK
RGB Variations
Color information
#EF162B (or 0xEF162B) is known color: Torch Red. HEX triplet: EF, 16 and 2B. RGB value is (239,22,43). Sum of RGB (Red+Green+Blue) = 239+22+43=304 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.62% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 239 - color contains mainly: red. Hex color #EF162B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF162B is #10E9D4. Grayscale: #595959. Windows color (decimal): -1108437 or 2823919. OLE color: 2823919.
HSL color Cylindrical-coordinate representation of color #EF162B: hue angle of 354.19º 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 #EF162B is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 43 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.06 |
| HSL | 354.19º | 0.87% | 0.51% | - |
| HSV(B) | 354.19º | 0.91% | 0.94% | - |
| XYZ | 36.32 | 19.1 | 4.06 | - |
| YUV | 89.28 | 101.89 | 234.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 43 | 0 | 0.91 | 0.82 | 0.06 | 354.19 | 0.87 | 0.51 |
| Hex | EF | 16 | 2B | 0 | 5B | 52 | 6 | 162 | 57 | 33 |
| Octal | 357 | 26 | 53 | 0 | 133 | 122 | 6 | 542 | 127 | 63 |
| Binary | 11101111 | 10110 | 101011 | 0 | 1011011 | 1010010 | 110 | 101100010 | 1010111 | 110011 |
Color Harmonies of #EF162B
Complementary color
Monochromatic Colors of #EF162B
Black with #EF162B
Text Example
Text Example
White with #EF162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF162B; }
p { color: rgb(239,22,43); }
H1.HeaderClassName
{
color: #EF162B;
}
.AnyTagClassName
{
color: #EF162B;
}
</style>
background-color css
<style>
a { background-color: #EF162B; }
a { background-color: rgb(239,22,43); }
div.DivClassName
{
background-color: #EF162B;
}
.BgClassName
{
background-color: #EF162B;
}
</style>
border-color css
<style>
span { border-color: #EF162B; }
span { border-color: rgb(239,22,43); }
td.TdClassName
{
border-color: #EF162B;
}
.TagClassName
{
border-color: #EF162B;
}
</style>