Shades of Torch Red #F80436
Tints of Torch Red #F80436
RGB
CMYK
RGB Variations
Color information
#F80436 (or 0xF80436) is known color: Torch Red. HEX triplet: F8, 04 and 36. RGB value is (248,4,54). Sum of RGB (Red+Green+Blue) = 248+4+54=306 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.05% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 248 - color contains mainly: red. Hex color #F80436 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80436 is #07FBC9. Grayscale: #525252. Windows color (decimal): -523210 or 3540216. OLE color: 3540216.
HSL color Cylindrical-coordinate representation of color #F80436: hue angle of 347.7º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80436 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 54 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.03 |
| HSL | 347.7º | 0.97% | 0.49% | - |
| HSV(B) | 347.7º | 0.98% | 0.97% | - |
| XYZ | 39.42 | 20.31 | 5.33 | - |
| YUV | 82.66 | 111.84 | 245.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 54 | 0 | 0.98 | 0.78 | 0.03 | 347.7 | 0.97 | 0.49 |
| Hex | F8 | 4 | 36 | 0 | 62 | 4E | 3 | 15C | 61 | 31 |
| Octal | 370 | 4 | 66 | 0 | 142 | 116 | 3 | 534 | 141 | 61 |
| Binary | 11111000 | 100 | 110110 | 0 | 1100010 | 1001110 | 11 | 101011100 | 1100001 | 110001 |
Color Harmonies of #F80436
Complementary color
Monochromatic Colors of #F80436
Black with #F80436
Text Example
Text Example
White with #F80436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80436; }
p { color: rgb(248,4,54); }
H1.HeaderClassName
{
color: #F80436;
}
.AnyTagClassName
{
color: #F80436;
}
</style>
background-color css
<style>
a { background-color: #F80436; }
a { background-color: rgb(248,4,54); }
div.DivClassName
{
background-color: #F80436;
}
.BgClassName
{
background-color: #F80436;
}
</style>
border-color css
<style>
span { border-color: #F80436; }
span { border-color: rgb(248,4,54); }
td.TdClassName
{
border-color: #F80436;
}
.TagClassName
{
border-color: #F80436;
}
</style>