Shades of Torch Red #EF0116
Tints of Torch Red #EF0116
RGB
CMYK
RGB Variations
Color information
#EF0116 (or 0xEF0116) is known color: Torch Red. HEX triplet: EF, 01 and 16. RGB value is (239,1,22). Sum of RGB (Red+Green+Blue) = 239+1+22=262 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.22% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0116 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0116 is #10FEE9. Grayscale: #4A4A4A. Windows color (decimal): -1113834 or 1442287. OLE color: 1442287.
HSL color Cylindrical-coordinate representation of color #EF0116: hue angle of 354.71º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0116 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 22 | - |
| CMYK | 0 | 1.00 | 0.91 | 0.06 |
| HSL | 354.71º | 0.99% | 0.47% | - |
| HSV(B) | 354.71º | 1% | 0.94% | - |
| XYZ | 35.75 | 18.43 | 2.43 | - |
| YUV | 74.56 | 98.35 | 245.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 22 | 0 | 1.00 | 0.91 | 0.06 | 354.71 | 0.99 | 0.47 |
| Hex | EF | 1 | 16 | 0 | 64 | 5B | 6 | 163 | 63 | 2F |
| Octal | 357 | 1 | 26 | 0 | 144 | 133 | 6 | 543 | 143 | 57 |
| Binary | 11101111 | 1 | 10110 | 0 | 1100100 | 1011011 | 110 | 101100011 | 1100011 | 101111 |
Color Harmonies of #EF0116
Complementary color
Monochromatic Colors of #EF0116
Black with #EF0116
Text Example
Text Example
White with #EF0116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0116; }
p { color: rgb(239,1,22); }
H1.HeaderClassName
{
color: #EF0116;
}
.AnyTagClassName
{
color: #EF0116;
}
</style>
background-color css
<style>
a { background-color: #EF0116; }
a { background-color: rgb(239,1,22); }
div.DivClassName
{
background-color: #EF0116;
}
.BgClassName
{
background-color: #EF0116;
}
</style>
border-color css
<style>
span { border-color: #EF0116; }
span { border-color: rgb(239,1,22); }
td.TdClassName
{
border-color: #EF0116;
}
.TagClassName
{
border-color: #EF0116;
}
</style>