Shades of Torch Red #EF0631
Tints of Torch Red #EF0631
RGB
CMYK
RGB Variations
Color information
#EF0631 (or 0xEF0631) is known color: Torch Red. HEX triplet: EF, 06 and 31. RGB value is (239,6,49). Sum of RGB (Red+Green+Blue) = 239+6+49=294 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.29% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0631 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0631 is #10F9CE. Grayscale: #505050. Windows color (decimal): -1112527 or 3213039. OLE color: 3213039.
HSL color Cylindrical-coordinate representation of color #EF0631: hue angle of 348.93º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0631 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 49 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.06 |
| HSL | 348.93º | 0.95% | 0.48% | - |
| HSV(B) | 348.93º | 0.97% | 0.94% | - |
| XYZ | 36.22 | 18.7 | 4.61 | - |
| YUV | 80.57 | 110.19 | 241 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 49 | 0 | 0.97 | 0.79 | 0.06 | 348.93 | 0.95 | 0.48 |
| Hex | EF | 6 | 31 | 0 | 61 | 4F | 6 | 15D | 5F | 30 |
| Octal | 357 | 6 | 61 | 0 | 141 | 117 | 6 | 535 | 137 | 60 |
| Binary | 11101111 | 110 | 110001 | 0 | 1100001 | 1001111 | 110 | 101011101 | 1011111 | 110000 |
Color Harmonies of #EF0631
Complementary color
Monochromatic Colors of #EF0631
Black with #EF0631
Text Example
Text Example
White with #EF0631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0631; }
p { color: rgb(239,6,49); }
H1.HeaderClassName
{
color: #EF0631;
}
.AnyTagClassName
{
color: #EF0631;
}
</style>
background-color css
<style>
a { background-color: #EF0631; }
a { background-color: rgb(239,6,49); }
div.DivClassName
{
background-color: #EF0631;
}
.BgClassName
{
background-color: #EF0631;
}
</style>
border-color css
<style>
span { border-color: #EF0631; }
span { border-color: rgb(239,6,49); }
td.TdClassName
{
border-color: #EF0631;
}
.TagClassName
{
border-color: #EF0631;
}
</style>