Shades of Torch Red #F50221
Tints of Torch Red #F50221
RGB
CMYK
RGB Variations
Color information
#F50221 (or 0xF50221) is known color: Torch Red. HEX triplet: F5, 02 and 21. RGB value is (245,2,33). Sum of RGB (Red+Green+Blue) = 245+2+33=280 (37% of max value = 765). Red value is 245 (96.09% from 255 or 87.5% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 245 - color contains mainly: red. Hex color #F50221 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50221 is #0AFDDE. Grayscale: #4E4E4E. Windows color (decimal): -720351 or 2163445. OLE color: 2163445.
HSL color Cylindrical-coordinate representation of color #F50221: hue angle of 352.35º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50221 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 33 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.04 |
| HSL | 352.35º | 0.98% | 0.48% | - |
| HSV(B) | 352.35º | 0.99% | 0.96% | - |
| XYZ | 37.95 | 19.57 | 3.22 | - |
| YUV | 78.19 | 102.51 | 246.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 33 | 0 | 0.99 | 0.87 | 0.04 | 352.35 | 0.98 | 0.48 |
| Hex | F5 | 2 | 21 | 0 | 63 | 57 | 4 | 160 | 62 | 30 |
| Octal | 365 | 2 | 41 | 0 | 143 | 127 | 4 | 540 | 142 | 60 |
| Binary | 11110101 | 10 | 100001 | 0 | 1100011 | 1010111 | 100 | 101100000 | 1100010 | 110000 |
Color Harmonies of #F50221
Complementary color
Monochromatic Colors of #F50221
Black with #F50221
Text Example
Text Example
White with #F50221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50221; }
p { color: rgb(245,2,33); }
H1.HeaderClassName
{
color: #F50221;
}
.AnyTagClassName
{
color: #F50221;
}
</style>
background-color css
<style>
a { background-color: #F50221; }
a { background-color: rgb(245,2,33); }
div.DivClassName
{
background-color: #F50221;
}
.BgClassName
{
background-color: #F50221;
}
</style>
border-color css
<style>
span { border-color: #F50221; }
span { border-color: rgb(245,2,33); }
td.TdClassName
{
border-color: #F50221;
}
.TagClassName
{
border-color: #F50221;
}
</style>