Shades of Torch Red #F50320
Tints of Torch Red #F50320
RGB
CMYK
RGB Variations
Color information
#F50320 (or 0xF50320) is known color: Torch Red. HEX triplet: F5, 03 and 20. RGB value is (245,3,32). Sum of RGB (Red+Green+Blue) = 245+3+32=280 (37% of max value = 765). Red value is 245 (96.09% from 255 or 87.5% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 245 - color contains mainly: red. Hex color #F50320 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50320 is #0AFCDF. Grayscale: #4E4E4E. Windows color (decimal): -720096 or 2098165. OLE color: 2098165.
HSL color Cylindrical-coordinate representation of color #F50320: hue angle of 352.81º 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 #F50320 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 32 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.04 |
| HSL | 352.81º | 0.98% | 0.49% | - |
| HSV(B) | 352.81º | 0.99% | 0.96% | - |
| XYZ | 37.95 | 19.58 | 3.15 | - |
| YUV | 78.66 | 101.67 | 246.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 32 | 0 | 0.99 | 0.87 | 0.04 | 352.81 | 0.98 | 0.49 |
| Hex | F5 | 3 | 20 | 0 | 63 | 57 | 4 | 161 | 62 | 31 |
| Octal | 365 | 3 | 40 | 0 | 143 | 127 | 4 | 541 | 142 | 61 |
| Binary | 11110101 | 11 | 100000 | 0 | 1100011 | 1010111 | 100 | 101100001 | 1100010 | 110001 |
Color Harmonies of #F50320
Complementary color
Monochromatic Colors of #F50320
Black with #F50320
Text Example
Text Example
White with #F50320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50320; }
p { color: rgb(245,3,32); }
H1.HeaderClassName
{
color: #F50320;
}
.AnyTagClassName
{
color: #F50320;
}
</style>
background-color css
<style>
a { background-color: #F50320; }
a { background-color: rgb(245,3,32); }
div.DivClassName
{
background-color: #F50320;
}
.BgClassName
{
background-color: #F50320;
}
</style>
border-color css
<style>
span { border-color: #F50320; }
span { border-color: rgb(245,3,32); }
td.TdClassName
{
border-color: #F50320;
}
.TagClassName
{
border-color: #F50320;
}
</style>