Shades of Torch Red #F51725
Tints of Torch Red #F51725
RGB
CMYK
RGB Variations
Color information
#F51725 (or 0xF51725) is known color: Torch Red. HEX triplet: F5, 17 and 25. RGB value is (245,23,37). Sum of RGB (Red+Green+Blue) = 245+23+37=305 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.33% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 245 - color contains mainly: red. Hex color #F51725 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51725 is #0AE8DA. Grayscale: #5B5B5B. Windows color (decimal): -714971 or 2430965. OLE color: 2430965.
HSL color Cylindrical-coordinate representation of color #F51725: hue angle of 356.22º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51725 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 37 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.04 |
| HSL | 356.22º | 0.92% | 0.53% | - |
| HSV(B) | 356.22º | 0.91% | 0.96% | - |
| XYZ | 38.3 | 20.16 | 3.62 | - |
| YUV | 90.97 | 97.55 | 237.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 37 | 0 | 0.91 | 0.85 | 0.04 | 356.22 | 0.92 | 0.53 |
| Hex | F5 | 17 | 25 | 0 | 5B | 55 | 4 | 164 | 5C | 35 |
| Octal | 365 | 27 | 45 | 0 | 133 | 125 | 4 | 544 | 134 | 65 |
| Binary | 11110101 | 10111 | 100101 | 0 | 1011011 | 1010101 | 100 | 101100100 | 1011100 | 110101 |
Color Harmonies of #F51725
Complementary color
Monochromatic Colors of #F51725
Black with #F51725
Text Example
Text Example
White with #F51725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51725; }
p { color: rgb(245,23,37); }
H1.HeaderClassName
{
color: #F51725;
}
.AnyTagClassName
{
color: #F51725;
}
</style>
background-color css
<style>
a { background-color: #F51725; }
a { background-color: rgb(245,23,37); }
div.DivClassName
{
background-color: #F51725;
}
.BgClassName
{
background-color: #F51725;
}
</style>
border-color css
<style>
span { border-color: #F51725; }
span { border-color: rgb(245,23,37); }
td.TdClassName
{
border-color: #F51725;
}
.TagClassName
{
border-color: #F51725;
}
</style>