Shades of Torch Red #F51425
Tints of Torch Red #F51425
RGB
CMYK
RGB Variations
Color information
#F51425 (or 0xF51425) is known color: Torch Red. HEX triplet: F5, 14 and 25. RGB value is (245,20,37). Sum of RGB (Red+Green+Blue) = 245+20+37=302 (40% of max value = 765). Red value is 245 (96.09% from 255 or 81.13% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 245 - color contains mainly: red. Hex color #F51425 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51425 is #0AEBDA. Grayscale: #595959. Windows color (decimal): -715739 or 2430197. OLE color: 2430197.
HSL color Cylindrical-coordinate representation of color #F51425: hue angle of 355.47º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F51425 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 37 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.04 |
| HSL | 355.47º | 0.92% | 0.52% | - |
| HSV(B) | 355.47º | 0.92% | 0.96% | - |
| XYZ | 38.24 | 20.05 | 3.6 | - |
| YUV | 89.21 | 98.54 | 239.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 37 | 0 | 0.92 | 0.85 | 0.04 | 355.47 | 0.92 | 0.52 |
| Hex | F5 | 14 | 25 | 0 | 5C | 55 | 4 | 163 | 5C | 34 |
| Octal | 365 | 24 | 45 | 0 | 134 | 125 | 4 | 543 | 134 | 64 |
| Binary | 11110101 | 10100 | 100101 | 0 | 1011100 | 1010101 | 100 | 101100011 | 1011100 | 110100 |
Color Harmonies of #F51425
Complementary color
Monochromatic Colors of #F51425
Black with #F51425
Text Example
Text Example
White with #F51425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51425; }
p { color: rgb(245,20,37); }
H1.HeaderClassName
{
color: #F51425;
}
.AnyTagClassName
{
color: #F51425;
}
</style>
background-color css
<style>
a { background-color: #F51425; }
a { background-color: rgb(245,20,37); }
div.DivClassName
{
background-color: #F51425;
}
.BgClassName
{
background-color: #F51425;
}
</style>
border-color css
<style>
span { border-color: #F51425; }
span { border-color: rgb(245,20,37); }
td.TdClassName
{
border-color: #F51425;
}
.TagClassName
{
border-color: #F51425;
}
</style>