Shades of Torch Red #F50319
Tints of Torch Red #F50319
RGB
CMYK
RGB Variations
Color information
#F50319 (or 0xF50319) is known color: Torch Red. HEX triplet: F5, 03 and 19. RGB value is (245,3,25). Sum of RGB (Red+Green+Blue) = 245+3+25=273 (36% of max value = 765). Red value is 245 (96.09% from 255 or 89.74% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 245 - color contains mainly: red. Hex color #F50319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50319 is #0AFCE6. Grayscale: #4E4E4E. Windows color (decimal): -720103 or 1639413. OLE color: 1639413.
HSL color Cylindrical-coordinate representation of color #F50319: hue angle of 354.55º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50319 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 25 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.04 |
| HSL | 354.55º | 0.98% | 0.49% | - |
| HSV(B) | 354.55º | 0.99% | 0.96% | - |
| XYZ | 37.86 | 19.55 | 2.7 | - |
| YUV | 77.87 | 98.17 | 247.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 25 | 0 | 0.99 | 0.90 | 0.04 | 354.55 | 0.98 | 0.49 |
| Hex | F5 | 3 | 19 | 0 | 63 | 5A | 4 | 163 | 62 | 31 |
| Octal | 365 | 3 | 31 | 0 | 143 | 132 | 4 | 543 | 142 | 61 |
| Binary | 11110101 | 11 | 11001 | 0 | 1100011 | 1011010 | 100 | 101100011 | 1100010 | 110001 |
Color Harmonies of #F50319
Complementary color
Monochromatic Colors of #F50319
Black with #F50319
Text Example
Text Example
White with #F50319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50319; }
p { color: rgb(245,3,25); }
H1.HeaderClassName
{
color: #F50319;
}
.AnyTagClassName
{
color: #F50319;
}
</style>
background-color css
<style>
a { background-color: #F50319; }
a { background-color: rgb(245,3,25); }
div.DivClassName
{
background-color: #F50319;
}
.BgClassName
{
background-color: #F50319;
}
</style>
border-color css
<style>
span { border-color: #F50319; }
span { border-color: rgb(245,3,25); }
td.TdClassName
{
border-color: #F50319;
}
.TagClassName
{
border-color: #F50319;
}
</style>