Shades of Torch Red #F80637
Tints of Torch Red #F80637
RGB
CMYK
RGB Variations
Color information
#F80637 (or 0xF80637) is known color: Torch Red. HEX triplet: F8, 06 and 37. RGB value is (248,6,55). Sum of RGB (Red+Green+Blue) = 248+6+55=309 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.26% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 248 - color contains mainly: red. Hex color #F80637 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80637 is #07F9C8. Grayscale: #535353. Windows color (decimal): -522697 or 3606264. OLE color: 3606264.
HSL color Cylindrical-coordinate representation of color #F80637: hue angle of 347.85º 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 #F80637 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 55 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.03 |
| HSL | 347.85º | 0.95% | 0.5% | - |
| HSV(B) | 347.85º | 0.98% | 0.97% | - |
| XYZ | 39.47 | 20.36 | 5.46 | - |
| YUV | 83.94 | 111.67 | 245.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 55 | 0 | 0.98 | 0.78 | 0.03 | 347.85 | 0.95 | 0.5 |
| Hex | F8 | 6 | 37 | 0 | 62 | 4E | 3 | 15C | 5F | 32 |
| Octal | 370 | 6 | 67 | 0 | 142 | 116 | 3 | 534 | 137 | 62 |
| Binary | 11111000 | 110 | 110111 | 0 | 1100010 | 1001110 | 11 | 101011100 | 1011111 | 110010 |
Color Harmonies of #F80637
Complementary color
Monochromatic Colors of #F80637
Black with #F80637
Text Example
Text Example
White with #F80637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80637; }
p { color: rgb(248,6,55); }
H1.HeaderClassName
{
color: #F80637;
}
.AnyTagClassName
{
color: #F80637;
}
</style>
background-color css
<style>
a { background-color: #F80637; }
a { background-color: rgb(248,6,55); }
div.DivClassName
{
background-color: #F80637;
}
.BgClassName
{
background-color: #F80637;
}
</style>
border-color css
<style>
span { border-color: #F80637; }
span { border-color: rgb(248,6,55); }
td.TdClassName
{
border-color: #F80637;
}
.TagClassName
{
border-color: #F80637;
}
</style>