Shades of Torch Red #F51934
Tints of Torch Red #F51934
RGB
CMYK
RGB Variations
Color information
#F51934 (or 0xF51934) is known color: Torch Red. HEX triplet: F5, 19 and 34. RGB value is (245,25,52). Sum of RGB (Red+Green+Blue) = 245+25+52=322 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.09% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 245 - color contains mainly: red. Hex color #F51934 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51934 is #0AE6CB. Grayscale: #5D5D5D. Windows color (decimal): -714444 or 3414517. OLE color: 3414517.
HSL color Cylindrical-coordinate representation of color #F51934: hue angle of 352.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F51934 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 52 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.04 |
| HSL | 352.64º | 0.92% | 0.53% | - |
| HSV(B) | 352.64º | 0.9% | 0.96% | - |
| XYZ | 38.62 | 20.36 | 5.14 | - |
| YUV | 93.86 | 104.39 | 235.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 52 | 0 | 0.90 | 0.79 | 0.04 | 352.64 | 0.92 | 0.53 |
| Hex | F5 | 19 | 34 | 0 | 5A | 4F | 4 | 161 | 5C | 35 |
| Octal | 365 | 31 | 64 | 0 | 132 | 117 | 4 | 541 | 134 | 65 |
| Binary | 11110101 | 11001 | 110100 | 0 | 1011010 | 1001111 | 100 | 101100001 | 1011100 | 110101 |
Color Harmonies of #F51934
Complementary color
Monochromatic Colors of #F51934
Black with #F51934
Text Example
Text Example
White with #F51934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51934; }
p { color: rgb(245,25,52); }
H1.HeaderClassName
{
color: #F51934;
}
.AnyTagClassName
{
color: #F51934;
}
</style>
background-color css
<style>
a { background-color: #F51934; }
a { background-color: rgb(245,25,52); }
div.DivClassName
{
background-color: #F51934;
}
.BgClassName
{
background-color: #F51934;
}
</style>
border-color css
<style>
span { border-color: #F51934; }
span { border-color: rgb(245,25,52); }
td.TdClassName
{
border-color: #F51934;
}
.TagClassName
{
border-color: #F51934;
}
</style>