Shades of Torch Red #EF163D
Tints of Torch Red #EF163D
RGB
CMYK
RGB Variations
Color information
#EF163D (or 0xEF163D) is known color: Torch Red. HEX triplet: EF, 16 and 3D. RGB value is (239,22,61). Sum of RGB (Red+Green+Blue) = 239+22+61=322 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.22% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 239 - color contains mainly: red. Hex color #EF163D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF163D is #10E9C2. Grayscale: #5B5B5B. Windows color (decimal): -1108419 or 4003567. OLE color: 4003567.
HSL color Cylindrical-coordinate representation of color #EF163D: hue angle of 349.22º 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 #EF163D is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 61 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.06 |
| HSL | 349.22º | 0.87% | 0.51% | - |
| HSV(B) | 349.22º | 0.91% | 0.94% | - |
| XYZ | 36.73 | 19.26 | 6.2 | - |
| YUV | 91.33 | 110.89 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 61 | 0 | 0.91 | 0.74 | 0.06 | 349.22 | 0.87 | 0.51 |
| Hex | EF | 16 | 3D | 0 | 5B | 4A | 6 | 15D | 57 | 33 |
| Octal | 357 | 26 | 75 | 0 | 133 | 112 | 6 | 535 | 127 | 63 |
| Binary | 11101111 | 10110 | 111101 | 0 | 1011011 | 1001010 | 110 | 101011101 | 1010111 | 110011 |
Color Harmonies of #EF163D
Complementary color
Monochromatic Colors of #EF163D
Black with #EF163D
Text Example
Text Example
White with #EF163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF163D; }
p { color: rgb(239,22,61); }
H1.HeaderClassName
{
color: #EF163D;
}
.AnyTagClassName
{
color: #EF163D;
}
</style>
background-color css
<style>
a { background-color: #EF163D; }
a { background-color: rgb(239,22,61); }
div.DivClassName
{
background-color: #EF163D;
}
.BgClassName
{
background-color: #EF163D;
}
</style>
border-color css
<style>
span { border-color: #EF163D; }
span { border-color: rgb(239,22,61); }
td.TdClassName
{
border-color: #EF163D;
}
.TagClassName
{
border-color: #EF163D;
}
</style>