Shades of Torch Red #F80536
Tints of Torch Red #F80536
RGB
CMYK
RGB Variations
Color information
#F80536 (or 0xF80536) is known color: Torch Red. HEX triplet: F8, 05 and 36. RGB value is (248,5,54). Sum of RGB (Red+Green+Blue) = 248+5+54=307 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.78% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 248 - color contains mainly: red. Hex color #F80536 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80536 is #07FAC9. Grayscale: #535353. Windows color (decimal): -522954 or 3540472. OLE color: 3540472.
HSL color Cylindrical-coordinate representation of color #F80536: hue angle of 347.9º degrees, saturation: 0.96, 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 #F80536 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 54 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.03 |
| HSL | 347.9º | 0.96% | 0.5% | - |
| HSV(B) | 347.9º | 0.98% | 0.97% | - |
| XYZ | 39.43 | 20.33 | 5.34 | - |
| YUV | 83.24 | 111.51 | 245.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 54 | 0 | 0.98 | 0.78 | 0.03 | 347.9 | 0.96 | 0.5 |
| Hex | F8 | 5 | 36 | 0 | 62 | 4E | 3 | 15C | 60 | 32 |
| Octal | 370 | 5 | 66 | 0 | 142 | 116 | 3 | 534 | 140 | 62 |
| Binary | 11111000 | 101 | 110110 | 0 | 1100010 | 1001110 | 11 | 101011100 | 1100000 | 110010 |
Color Harmonies of #F80536
Complementary color
Monochromatic Colors of #F80536
Black with #F80536
Text Example
Text Example
White with #F80536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80536; }
p { color: rgb(248,5,54); }
H1.HeaderClassName
{
color: #F80536;
}
.AnyTagClassName
{
color: #F80536;
}
</style>
background-color css
<style>
a { background-color: #F80536; }
a { background-color: rgb(248,5,54); }
div.DivClassName
{
background-color: #F80536;
}
.BgClassName
{
background-color: #F80536;
}
</style>
border-color css
<style>
span { border-color: #F80536; }
span { border-color: rgb(248,5,54); }
td.TdClassName
{
border-color: #F80536;
}
.TagClassName
{
border-color: #F80536;
}
</style>