Shades of Torch Red #F50314
Tints of Torch Red #F50314
RGB
CMYK
RGB Variations
Color information
#F50314 (or 0xF50314) is known color: Torch Red. HEX triplet: F5, 03 and 14. RGB value is (245,3,20). Sum of RGB (Red+Green+Blue) = 245+3+20=268 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.42% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 245 - color contains mainly: red. Hex color #F50314 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50314 is #0AFCEB. Grayscale: #4D4D4D. Windows color (decimal): -720108 or 1311733. OLE color: 1311733.
HSL color Cylindrical-coordinate representation of color #F50314: hue angle of 355.79º 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 #F50314 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 20 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.04 |
| HSL | 355.79º | 0.98% | 0.49% | - |
| HSV(B) | 355.79º | 0.99% | 0.96% | - |
| XYZ | 37.82 | 19.53 | 2.44 | - |
| YUV | 77.3 | 95.67 | 247.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 20 | 0 | 0.99 | 0.92 | 0.04 | 355.79 | 0.98 | 0.49 |
| Hex | F5 | 3 | 14 | 0 | 63 | 5C | 4 | 164 | 62 | 31 |
| Octal | 365 | 3 | 24 | 0 | 143 | 134 | 4 | 544 | 142 | 61 |
| Binary | 11110101 | 11 | 10100 | 0 | 1100011 | 1011100 | 100 | 101100100 | 1100010 | 110001 |
Color Harmonies of #F50314
Complementary color
Monochromatic Colors of #F50314
Black with #F50314
Text Example
Text Example
White with #F50314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50314; }
p { color: rgb(245,3,20); }
H1.HeaderClassName
{
color: #F50314;
}
.AnyTagClassName
{
color: #F50314;
}
</style>
background-color css
<style>
a { background-color: #F50314; }
a { background-color: rgb(245,3,20); }
div.DivClassName
{
background-color: #F50314;
}
.BgClassName
{
background-color: #F50314;
}
</style>
border-color css
<style>
span { border-color: #F50314; }
span { border-color: rgb(245,3,20); }
td.TdClassName
{
border-color: #F50314;
}
.TagClassName
{
border-color: #F50314;
}
</style>