Shades of Torch Red #F50229
Tints of Torch Red #F50229
RGB
CMYK
RGB Variations
Color information
#F50229 (or 0xF50229) is known color: Torch Red. HEX triplet: F5, 02 and 29. RGB value is (245,2,41). Sum of RGB (Red+Green+Blue) = 245+2+41=288 (38% of max value = 765). Red value is 245 (96.09% from 255 or 85.07% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 245 - color contains mainly: red. Hex color #F50229 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50229 is #0AFDD6. Grayscale: #4F4F4F. Windows color (decimal): -720343 or 2687733. OLE color: 2687733.
HSL color Cylindrical-coordinate representation of color #F50229: hue angle of 350.37º 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 #F50229 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 41 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.04 |
| HSL | 350.37º | 0.98% | 0.48% | - |
| HSV(B) | 350.37º | 0.99% | 0.96% | - |
| XYZ | 38.08 | 19.62 | 3.88 | - |
| YUV | 79.1 | 106.51 | 246.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 41 | 0 | 0.99 | 0.83 | 0.04 | 350.37 | 0.98 | 0.48 |
| Hex | F5 | 2 | 29 | 0 | 63 | 53 | 4 | 15E | 62 | 30 |
| Octal | 365 | 2 | 51 | 0 | 143 | 123 | 4 | 536 | 142 | 60 |
| Binary | 11110101 | 10 | 101001 | 0 | 1100011 | 1010011 | 100 | 101011110 | 1100010 | 110000 |
Color Harmonies of #F50229
Complementary color
Monochromatic Colors of #F50229
Black with #F50229
Text Example
Text Example
White with #F50229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50229; }
p { color: rgb(245,2,41); }
H1.HeaderClassName
{
color: #F50229;
}
.AnyTagClassName
{
color: #F50229;
}
</style>
background-color css
<style>
a { background-color: #F50229; }
a { background-color: rgb(245,2,41); }
div.DivClassName
{
background-color: #F50229;
}
.BgClassName
{
background-color: #F50229;
}
</style>
border-color css
<style>
span { border-color: #F50229; }
span { border-color: rgb(245,2,41); }
td.TdClassName
{
border-color: #F50229;
}
.TagClassName
{
border-color: #F50229;
}
</style>