Shades of Torch Red #F80632
Tints of Torch Red #F80632
RGB
CMYK
RGB Variations
Color information
#F80632 (or 0xF80632) is known color: Torch Red. HEX triplet: F8, 06 and 32. RGB value is (248,6,50). Sum of RGB (Red+Green+Blue) = 248+6+50=304 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.58% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 248 - color contains mainly: red. Hex color #F80632 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80632 is #07F9CD. Grayscale: #535353. Windows color (decimal): -522702 or 3278584. OLE color: 3278584.
HSL color Cylindrical-coordinate representation of color #F80632: hue angle of 349.09º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80632 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 50 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.03 |
| HSL | 349.09º | 0.95% | 0.5% | - |
| HSV(B) | 349.09º | 0.98% | 0.97% | - |
| XYZ | 39.35 | 20.32 | 4.87 | - |
| YUV | 83.37 | 109.17 | 245.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 50 | 0 | 0.98 | 0.80 | 0.03 | 349.09 | 0.95 | 0.5 |
| Hex | F8 | 6 | 32 | 0 | 62 | 50 | 3 | 15D | 5F | 32 |
| Octal | 370 | 6 | 62 | 0 | 142 | 120 | 3 | 535 | 137 | 62 |
| Binary | 11111000 | 110 | 110010 | 0 | 1100010 | 1010000 | 11 | 101011101 | 1011111 | 110010 |
Color Harmonies of #F80632
Complementary color
Monochromatic Colors of #F80632
Black with #F80632
Text Example
Text Example
White with #F80632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80632; }
p { color: rgb(248,6,50); }
H1.HeaderClassName
{
color: #F80632;
}
.AnyTagClassName
{
color: #F80632;
}
</style>
background-color css
<style>
a { background-color: #F80632; }
a { background-color: rgb(248,6,50); }
div.DivClassName
{
background-color: #F80632;
}
.BgClassName
{
background-color: #F80632;
}
</style>
border-color css
<style>
span { border-color: #F80632; }
span { border-color: rgb(248,6,50); }
td.TdClassName
{
border-color: #F80632;
}
.TagClassName
{
border-color: #F80632;
}
</style>