Shades of Torch Red #F50821
Tints of Torch Red #F50821
RGB
CMYK
RGB Variations
Color information
#F50821 (or 0xF50821) is known color: Torch Red. HEX triplet: F5, 08 and 21. RGB value is (245,8,33). Sum of RGB (Red+Green+Blue) = 245+8+33=286 (37% of max value = 765). Red value is 245 (96.09% from 255 or 85.66% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 245 - color contains mainly: red. Hex color #F50821 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50821 is #0AF7DE. Grayscale: #515151. Windows color (decimal): -718815 or 2164981. OLE color: 2164981.
HSL color Cylindrical-coordinate representation of color #F50821: hue angle of 353.67º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F50821 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 33 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.04 |
| HSL | 353.67º | 0.94% | 0.5% | - |
| HSV(B) | 353.67º | 0.97% | 0.96% | - |
| XYZ | 38.02 | 19.7 | 3.24 | - |
| YUV | 81.71 | 100.52 | 244.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 33 | 0 | 0.97 | 0.87 | 0.04 | 353.67 | 0.94 | 0.5 |
| Hex | F5 | 8 | 21 | 0 | 61 | 57 | 4 | 162 | 5E | 32 |
| Octal | 365 | 10 | 41 | 0 | 141 | 127 | 4 | 542 | 136 | 62 |
| Binary | 11110101 | 1000 | 100001 | 0 | 1100001 | 1010111 | 100 | 101100010 | 1011110 | 110010 |
Color Harmonies of #F50821
Complementary color
Monochromatic Colors of #F50821
Black with #F50821
Text Example
Text Example
White with #F50821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50821; }
p { color: rgb(245,8,33); }
H1.HeaderClassName
{
color: #F50821;
}
.AnyTagClassName
{
color: #F50821;
}
</style>
background-color css
<style>
a { background-color: #F50821; }
a { background-color: rgb(245,8,33); }
div.DivClassName
{
background-color: #F50821;
}
.BgClassName
{
background-color: #F50821;
}
</style>
border-color css
<style>
span { border-color: #F50821; }
span { border-color: rgb(245,8,33); }
td.TdClassName
{
border-color: #F50821;
}
.TagClassName
{
border-color: #F50821;
}
</style>