Shades of Torch Red #EF0016
Tints of Torch Red #EF0016
RGB
CMYK
RGB Variations
Color information
#EF0016 (or 0xEF0016) is known color: Torch Red. HEX triplet: EF, 00 and 16. RGB value is (239,0,22). Sum of RGB (Red+Green+Blue) = 239+0+22=261 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.57% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0016 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0016 is #10FFE9. Grayscale: #4A4A4A. Windows color (decimal): -1114090 or 1442031. OLE color: 1442031.
HSL color Cylindrical-coordinate representation of color #EF0016: hue angle of 354.48º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0016 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.91 | 0.06 |
| HSL | 354.48º | 1% | 0.47% | - |
| HSV(B) | 354.48º | 1% | 0.94% | - |
| XYZ | 35.74 | 18.41 | 2.43 | - |
| YUV | 73.97 | 98.68 | 245.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 22 | 0 | 1 | 0.91 | 0.06 | 354.48 | 1 | 0.47 |
| Hex | EF | 0 | 16 | 0 | 64 | 5B | 6 | 162 | 64 | 2F |
| Octal | 357 | 0 | 26 | 0 | 144 | 133 | 6 | 542 | 144 | 57 |
| Binary | 11101111 | 0 | 10110 | 0 | 1100100 | 1011011 | 110 | 101100010 | 1100100 | 101111 |
Color Harmonies of #EF0016
Complementary color
Monochromatic Colors of #EF0016
Black with #EF0016
Text Example
Text Example
White with #EF0016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0016; }
p { color: rgb(239,0,22); }
H1.HeaderClassName
{
color: #EF0016;
}
.AnyTagClassName
{
color: #EF0016;
}
</style>
background-color css
<style>
a { background-color: #EF0016; }
a { background-color: rgb(239,0,22); }
div.DivClassName
{
background-color: #EF0016;
}
.BgClassName
{
background-color: #EF0016;
}
</style>
border-color css
<style>
span { border-color: #EF0016; }
span { border-color: rgb(239,0,22); }
td.TdClassName
{
border-color: #EF0016;
}
.TagClassName
{
border-color: #EF0016;
}
</style>