Shades of Torch Red #EF0D16
Tints of Torch Red #EF0D16
RGB
CMYK
RGB Variations
Color information
#EF0D16 (or 0xEF0D16) is known color: Torch Red. HEX triplet: EF, 0D and 16. RGB value is (239,13,22). Sum of RGB (Red+Green+Blue) = 239+13+22=274 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.23% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D16 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0D16 is #10F2E9. Grayscale: #515151. Windows color (decimal): -1110762 or 1445359. OLE color: 1445359.
HSL color Cylindrical-coordinate representation of color #EF0D16: hue angle of 357.61º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0D16 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 22 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.06 |
| HSL | 357.61º | 0.9% | 0.49% | - |
| HSV(B) | 357.61º | 0.95% | 0.94% | - |
| XYZ | 35.89 | 18.7 | 2.48 | - |
| YUV | 81.6 | 94.37 | 240.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 22 | 0 | 0.95 | 0.91 | 0.06 | 357.61 | 0.9 | 0.49 |
| Hex | EF | D | 16 | 0 | 5F | 5B | 6 | 166 | 5A | 31 |
| Octal | 357 | 15 | 26 | 0 | 137 | 133 | 6 | 546 | 132 | 61 |
| Binary | 11101111 | 1101 | 10110 | 0 | 1011111 | 1011011 | 110 | 101100110 | 1011010 | 110001 |
Color Harmonies of #EF0D16
Complementary color
Monochromatic Colors of #EF0D16
Black with #EF0D16
Text Example
Text Example
White with #EF0D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0D16; }
p { color: rgb(239,13,22); }
H1.HeaderClassName
{
color: #EF0D16;
}
.AnyTagClassName
{
color: #EF0D16;
}
</style>
background-color css
<style>
a { background-color: #EF0D16; }
a { background-color: rgb(239,13,22); }
div.DivClassName
{
background-color: #EF0D16;
}
.BgClassName
{
background-color: #EF0D16;
}
</style>
border-color css
<style>
span { border-color: #EF0D16; }
span { border-color: rgb(239,13,22); }
td.TdClassName
{
border-color: #EF0D16;
}
.TagClassName
{
border-color: #EF0D16;
}
</style>