Shades of Torch Red #F50317
Tints of Torch Red #F50317
RGB
CMYK
RGB Variations
Color information
#F50317 (or 0xF50317) is known color: Torch Red. HEX triplet: F5, 03 and 17. RGB value is (245,3,23). Sum of RGB (Red+Green+Blue) = 245+3+23=271 (35% of max value = 765). Red value is 245 (96.09% from 255 or 90.41% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 245 - color contains mainly: red. Hex color #F50317 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50317 is #0AFCE8. Grayscale: #4D4D4D. Windows color (decimal): -720105 or 1508341. OLE color: 1508341.
HSL color Cylindrical-coordinate representation of color #F50317: hue angle of 355.04º 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 #F50317 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 23 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.04 |
| HSL | 355.04º | 0.98% | 0.49% | - |
| HSV(B) | 355.04º | 0.99% | 0.96% | - |
| XYZ | 37.84 | 19.54 | 2.59 | - |
| YUV | 77.64 | 97.17 | 247.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 23 | 0 | 0.99 | 0.91 | 0.04 | 355.04 | 0.98 | 0.49 |
| Hex | F5 | 3 | 17 | 0 | 63 | 5B | 4 | 163 | 62 | 31 |
| Octal | 365 | 3 | 27 | 0 | 143 | 133 | 4 | 543 | 142 | 61 |
| Binary | 11110101 | 11 | 10111 | 0 | 1100011 | 1011011 | 100 | 101100011 | 1100010 | 110001 |
Color Harmonies of #F50317
Complementary color
Monochromatic Colors of #F50317
Black with #F50317
Text Example
Text Example
White with #F50317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50317; }
p { color: rgb(245,3,23); }
H1.HeaderClassName
{
color: #F50317;
}
.AnyTagClassName
{
color: #F50317;
}
</style>
background-color css
<style>
a { background-color: #F50317; }
a { background-color: rgb(245,3,23); }
div.DivClassName
{
background-color: #F50317;
}
.BgClassName
{
background-color: #F50317;
}
</style>
border-color css
<style>
span { border-color: #F50317; }
span { border-color: rgb(245,3,23); }
td.TdClassName
{
border-color: #F50317;
}
.TagClassName
{
border-color: #F50317;
}
</style>