Shades of Torch Red #F80C32
Tints of Torch Red #F80C32
RGB
CMYK
RGB Variations
Color information
#F80C32 (or 0xF80C32) is known color: Torch Red. HEX triplet: F8, 0C and 32. RGB value is (248,12,50). Sum of RGB (Red+Green+Blue) = 248+12+50=310 (41% of max value = 765). Red value is 248 (97.27% from 255 or 80% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 248 - color contains mainly: red. Hex color #F80C32 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80C32 is #07F3CD. Grayscale: #565656. Windows color (decimal): -521166 or 3280120. OLE color: 3280120.
HSL color Cylindrical-coordinate representation of color #F80C32: hue angle of 350.34º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80C32 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 12 | 50 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.03 |
| HSL | 350.34º | 0.94% | 0.51% | - |
| HSV(B) | 350.34º | 0.95% | 0.97% | - |
| XYZ | 39.42 | 20.45 | 4.89 | - |
| YUV | 86.9 | 107.19 | 242.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 12 | 50 | 0 | 0.95 | 0.80 | 0.03 | 350.34 | 0.94 | 0.51 |
| Hex | F8 | C | 32 | 0 | 5F | 50 | 3 | 15E | 5E | 33 |
| Octal | 370 | 14 | 62 | 0 | 137 | 120 | 3 | 536 | 136 | 63 |
| Binary | 11111000 | 1100 | 110010 | 0 | 1011111 | 1010000 | 11 | 101011110 | 1011110 | 110011 |
Color Harmonies of #F80C32
Complementary color
Monochromatic Colors of #F80C32
Black with #F80C32
Text Example
Text Example
White with #F80C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80C32; }
p { color: rgb(248,12,50); }
H1.HeaderClassName
{
color: #F80C32;
}
.AnyTagClassName
{
color: #F80C32;
}
</style>
background-color css
<style>
a { background-color: #F80C32; }
a { background-color: rgb(248,12,50); }
div.DivClassName
{
background-color: #F80C32;
}
.BgClassName
{
background-color: #F80C32;
}
</style>
border-color css
<style>
span { border-color: #F80C32; }
span { border-color: rgb(248,12,50); }
td.TdClassName
{
border-color: #F80C32;
}
.TagClassName
{
border-color: #F80C32;
}
</style>