Shades of Torch Red #F51519
Tints of Torch Red #F51519
RGB
CMYK
RGB Variations
Color information
#F51519 (or 0xF51519) is known color: Torch Red. HEX triplet: F5, 15 and 19. RGB value is (245,21,25). Sum of RGB (Red+Green+Blue) = 245+21+25=291 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.19% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 245 - color contains mainly: red. Hex color #F51519 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51519 is #0AEAE6. Grayscale: #585858. Windows color (decimal): -715495 or 1644021. OLE color: 1644021.
HSL color Cylindrical-coordinate representation of color #F51519: hue angle of 358.93º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51519 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 25 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.04 |
| HSL | 358.93º | 0.92% | 0.52% | - |
| HSV(B) | 358.93º | 0.91% | 0.96% | - |
| XYZ | 38.1 | 20.02 | 2.78 | - |
| YUV | 88.43 | 92.21 | 239.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 25 | 0 | 0.91 | 0.90 | 0.04 | 358.93 | 0.92 | 0.52 |
| Hex | F5 | 15 | 19 | 0 | 5B | 5A | 4 | 167 | 5C | 34 |
| Octal | 365 | 25 | 31 | 0 | 133 | 132 | 4 | 547 | 134 | 64 |
| Binary | 11110101 | 10101 | 11001 | 0 | 1011011 | 1011010 | 100 | 101100111 | 1011100 | 110100 |
Color Harmonies of #F51519
Complementary color
Monochromatic Colors of #F51519
Black with #F51519
Text Example
Text Example
White with #F51519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51519; }
p { color: rgb(245,21,25); }
H1.HeaderClassName
{
color: #F51519;
}
.AnyTagClassName
{
color: #F51519;
}
</style>
background-color css
<style>
a { background-color: #F51519; }
a { background-color: rgb(245,21,25); }
div.DivClassName
{
background-color: #F51519;
}
.BgClassName
{
background-color: #F51519;
}
</style>
border-color css
<style>
span { border-color: #F51519; }
span { border-color: rgb(245,21,25); }
td.TdClassName
{
border-color: #F51519;
}
.TagClassName
{
border-color: #F51519;
}
</style>