Shades of Torch Red #F51225
Tints of Torch Red #F51225
RGB
CMYK
RGB Variations
Color information
#F51225 (or 0xF51225) is known color: Torch Red. HEX triplet: F5, 12 and 25. RGB value is (245,18,37). Sum of RGB (Red+Green+Blue) = 245+18+37=300 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.67% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 245 - color contains mainly: red. Hex color #F51225 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51225 is #0AEDDA. Grayscale: #585858. Windows color (decimal): -716251 or 2429685. OLE color: 2429685.
HSL color Cylindrical-coordinate representation of color #F51225: hue angle of 354.98º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51225 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 37 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.04 |
| HSL | 354.98º | 0.92% | 0.52% | - |
| HSV(B) | 354.98º | 0.93% | 0.96% | - |
| XYZ | 38.21 | 19.98 | 3.59 | - |
| YUV | 88.04 | 99.21 | 239.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 37 | 0 | 0.93 | 0.85 | 0.04 | 354.98 | 0.92 | 0.52 |
| Hex | F5 | 12 | 25 | 0 | 5D | 55 | 4 | 163 | 5C | 34 |
| Octal | 365 | 22 | 45 | 0 | 135 | 125 | 4 | 543 | 134 | 64 |
| Binary | 11110101 | 10010 | 100101 | 0 | 1011101 | 1010101 | 100 | 101100011 | 1011100 | 110100 |
Color Harmonies of #F51225
Complementary color
Monochromatic Colors of #F51225
Black with #F51225
Text Example
Text Example
White with #F51225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51225; }
p { color: rgb(245,18,37); }
H1.HeaderClassName
{
color: #F51225;
}
.AnyTagClassName
{
color: #F51225;
}
</style>
background-color css
<style>
a { background-color: #F51225; }
a { background-color: rgb(245,18,37); }
div.DivClassName
{
background-color: #F51225;
}
.BgClassName
{
background-color: #F51225;
}
</style>
border-color css
<style>
span { border-color: #F51225; }
span { border-color: rgb(245,18,37); }
td.TdClassName
{
border-color: #F51225;
}
.TagClassName
{
border-color: #F51225;
}
</style>