Shades of Torch Red #EF163B
Tints of Torch Red #EF163B
RGB
CMYK
RGB Variations
Color information
#EF163B (or 0xEF163B) is known color: Torch Red. HEX triplet: EF, 16 and 3B. RGB value is (239,22,59). Sum of RGB (Red+Green+Blue) = 239+22+59=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF163B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF163B is #10E9C4. Grayscale: #5B5B5B. Windows color (decimal): -1108421 or 3872495. OLE color: 3872495.
HSL color Cylindrical-coordinate representation of color #EF163B: hue angle of 349.77º 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 #EF163B is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 59 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.06 |
| HSL | 349.77º | 0.87% | 0.51% | - |
| HSV(B) | 349.77º | 0.91% | 0.94% | - |
| XYZ | 36.67 | 19.24 | 5.92 | - |
| YUV | 91.1 | 109.89 | 233.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 59 | 0 | 0.91 | 0.75 | 0.06 | 349.77 | 0.87 | 0.51 |
| Hex | EF | 16 | 3B | 0 | 5B | 4B | 6 | 15E | 57 | 33 |
| Octal | 357 | 26 | 73 | 0 | 133 | 113 | 6 | 536 | 127 | 63 |
| Binary | 11101111 | 10110 | 111011 | 0 | 1011011 | 1001011 | 110 | 101011110 | 1010111 | 110011 |
Color Harmonies of #EF163B
Complementary color
Monochromatic Colors of #EF163B
Black with #EF163B
Text Example
Text Example
White with #EF163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF163B; }
p { color: rgb(239,22,59); }
H1.HeaderClassName
{
color: #EF163B;
}
.AnyTagClassName
{
color: #EF163B;
}
</style>
background-color css
<style>
a { background-color: #EF163B; }
a { background-color: rgb(239,22,59); }
div.DivClassName
{
background-color: #EF163B;
}
.BgClassName
{
background-color: #EF163B;
}
</style>
border-color css
<style>
span { border-color: #EF163B; }
span { border-color: rgb(239,22,59); }
td.TdClassName
{
border-color: #EF163B;
}
.TagClassName
{
border-color: #EF163B;
}
</style>