Shades of Torch Red #F80321
Tints of Torch Red #F80321
RGB
CMYK
RGB Variations
Color information
#F80321 (or 0xF80321) is known color: Torch Red. HEX triplet: F8, 03 and 21. RGB value is (248,3,33). Sum of RGB (Red+Green+Blue) = 248+3+33=284 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.32% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 248 - color contains mainly: red. Hex color #F80321 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80321 is #07FCDE. Grayscale: #4F4F4F. Windows color (decimal): -523487 or 2163704. OLE color: 2163704.
HSL color Cylindrical-coordinate representation of color #F80321: hue angle of 352.65º 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 #F80321 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 33 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.03 |
| HSL | 352.65º | 0.98% | 0.49% | - |
| HSV(B) | 352.65º | 0.99% | 0.97% | - |
| XYZ | 39.02 | 20.13 | 3.27 | - |
| YUV | 79.68 | 101.67 | 248.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 33 | 0 | 0.99 | 0.87 | 0.03 | 352.65 | 0.98 | 0.49 |
| Hex | F8 | 3 | 21 | 0 | 63 | 57 | 3 | 161 | 62 | 31 |
| Octal | 370 | 3 | 41 | 0 | 143 | 127 | 3 | 541 | 142 | 61 |
| Binary | 11111000 | 11 | 100001 | 0 | 1100011 | 1010111 | 11 | 101100001 | 1100010 | 110001 |
Color Harmonies of #F80321
Complementary color
Monochromatic Colors of #F80321
Black with #F80321
Text Example
Text Example
White with #F80321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80321; }
p { color: rgb(248,3,33); }
H1.HeaderClassName
{
color: #F80321;
}
.AnyTagClassName
{
color: #F80321;
}
</style>
background-color css
<style>
a { background-color: #F80321; }
a { background-color: rgb(248,3,33); }
div.DivClassName
{
background-color: #F80321;
}
.BgClassName
{
background-color: #F80321;
}
</style>
border-color css
<style>
span { border-color: #F80321; }
span { border-color: rgb(248,3,33); }
td.TdClassName
{
border-color: #F80321;
}
.TagClassName
{
border-color: #F80321;
}
</style>