Shades of Torch Red #F80213
Tints of Torch Red #F80213
RGB
CMYK
RGB Variations
Color information
#F80213 (or 0xF80213) is known color: Torch Red. HEX triplet: F8, 02 and 13. RGB value is (248,2,19). Sum of RGB (Red+Green+Blue) = 248+2+19=269 (35% of max value = 765). Red value is 248 (97.27% from 255 or 92.19% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 248 - color contains mainly: red. Hex color #F80213 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80213 is #07FDEC. Grayscale: #4D4D4D. Windows color (decimal): -523757 or 1245944. OLE color: 1245944.
HSL color Cylindrical-coordinate representation of color #F80213: hue angle of 355.85º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F80213 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 19 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.03 |
| HSL | 355.85º | 0.98% | 0.49% | - |
| HSV(B) | 355.85º | 0.99% | 0.97% | - |
| XYZ | 38.85 | 20.05 | 2.44 | - |
| YUV | 77.49 | 95 | 249.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 19 | 0 | 0.99 | 0.92 | 0.03 | 355.85 | 0.98 | 0.49 |
| Hex | F8 | 2 | 13 | 0 | 63 | 5C | 3 | 164 | 62 | 31 |
| Octal | 370 | 2 | 23 | 0 | 143 | 134 | 3 | 544 | 142 | 61 |
| Binary | 11111000 | 10 | 10011 | 0 | 1100011 | 1011100 | 11 | 101100100 | 1100010 | 110001 |
Color Harmonies of #F80213
Complementary color
Monochromatic Colors of #F80213
Black with #F80213
Text Example
Text Example
White with #F80213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80213; }
p { color: rgb(248,2,19); }
H1.HeaderClassName
{
color: #F80213;
}
.AnyTagClassName
{
color: #F80213;
}
</style>
background-color css
<style>
a { background-color: #F80213; }
a { background-color: rgb(248,2,19); }
div.DivClassName
{
background-color: #F80213;
}
.BgClassName
{
background-color: #F80213;
}
</style>
border-color css
<style>
span { border-color: #F80213; }
span { border-color: rgb(248,2,19); }
td.TdClassName
{
border-color: #F80213;
}
.TagClassName
{
border-color: #F80213;
}
</style>