Shades of Torch Red #EF0632
Tints of Torch Red #EF0632
RGB
CMYK
RGB Variations
Color information
#EF0632 (or 0xEF0632) is known color: Torch Red. HEX triplet: EF, 06 and 32. RGB value is (239,6,50). Sum of RGB (Red+Green+Blue) = 239+6+50=295 (39% of max value = 765). Red value is 239 (93.75% from 255 or 81.02% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0632 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0632 is #10F9CD. Grayscale: #505050. Windows color (decimal): -1112526 or 3278575. OLE color: 3278575.
HSL color Cylindrical-coordinate representation of color #EF0632: hue angle of 348.67º 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 #EF0632 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 50 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.06 |
| HSL | 348.67º | 0.95% | 0.48% | - |
| HSV(B) | 348.67º | 0.97% | 0.94% | - |
| XYZ | 36.24 | 18.71 | 4.72 | - |
| YUV | 80.68 | 110.69 | 240.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 50 | 0 | 0.97 | 0.79 | 0.06 | 348.67 | 0.95 | 0.48 |
| Hex | EF | 6 | 32 | 0 | 61 | 4F | 6 | 15D | 5F | 30 |
| Octal | 357 | 6 | 62 | 0 | 141 | 117 | 6 | 535 | 137 | 60 |
| Binary | 11101111 | 110 | 110010 | 0 | 1100001 | 1001111 | 110 | 101011101 | 1011111 | 110000 |
Color Harmonies of #EF0632
Complementary color
Monochromatic Colors of #EF0632
Black with #EF0632
Text Example
Text Example
White with #EF0632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0632; }
p { color: rgb(239,6,50); }
H1.HeaderClassName
{
color: #EF0632;
}
.AnyTagClassName
{
color: #EF0632;
}
</style>
background-color css
<style>
a { background-color: #EF0632; }
a { background-color: rgb(239,6,50); }
div.DivClassName
{
background-color: #EF0632;
}
.BgClassName
{
background-color: #EF0632;
}
</style>
border-color css
<style>
span { border-color: #EF0632; }
span { border-color: rgb(239,6,50); }
td.TdClassName
{
border-color: #EF0632;
}
.TagClassName
{
border-color: #EF0632;
}
</style>