Shades of Torch Red #EF0513
Tints of Torch Red #EF0513
RGB
CMYK
RGB Variations
Color information
#EF0513 (or 0xEF0513) is known color: Torch Red. HEX triplet: EF, 05 and 13. RGB value is (239,5,19). Sum of RGB (Red+Green+Blue) = 239+5+19=263 (34% of max value = 765). Red value is 239 (93.75% from 255 or 90.87% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0513 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0513 is #10FAEC. Grayscale: #4C4C4C. Windows color (decimal): -1112813 or 1246703. OLE color: 1246703.
HSL color Cylindrical-coordinate representation of color #EF0513: hue angle of 356.41º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF0513 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 19 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.06 |
| HSL | 356.41º | 0.96% | 0.48% | - |
| HSV(B) | 356.41º | 0.98% | 0.94% | - |
| XYZ | 35.77 | 18.51 | 2.3 | - |
| YUV | 76.56 | 95.52 | 243.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 19 | 0 | 0.98 | 0.92 | 0.06 | 356.41 | 0.96 | 0.48 |
| Hex | EF | 5 | 13 | 0 | 62 | 5C | 6 | 164 | 60 | 30 |
| Octal | 357 | 5 | 23 | 0 | 142 | 134 | 6 | 544 | 140 | 60 |
| Binary | 11101111 | 101 | 10011 | 0 | 1100010 | 1011100 | 110 | 101100100 | 1100000 | 110000 |
Color Harmonies of #EF0513
Complementary color
Monochromatic Colors of #EF0513
Black with #EF0513
Text Example
Text Example
White with #EF0513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0513; }
p { color: rgb(239,5,19); }
H1.HeaderClassName
{
color: #EF0513;
}
.AnyTagClassName
{
color: #EF0513;
}
</style>
background-color css
<style>
a { background-color: #EF0513; }
a { background-color: rgb(239,5,19); }
div.DivClassName
{
background-color: #EF0513;
}
.BgClassName
{
background-color: #EF0513;
}
</style>
border-color css
<style>
span { border-color: #EF0513; }
span { border-color: rgb(239,5,19); }
td.TdClassName
{
border-color: #EF0513;
}
.TagClassName
{
border-color: #EF0513;
}
</style>