Shades of Torch Red #F51219
Tints of Torch Red #F51219
RGB
CMYK
RGB Variations
Color information
#F51219 (or 0xF51219) is known color: Torch Red. HEX triplet: F5, 12 and 19. RGB value is (245,18,25). Sum of RGB (Red+Green+Blue) = 245+18+25=288 (38% of max value = 765). Red value is 245 (96.09% from 255 or 85.07% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 245 - color contains mainly: red. Hex color #F51219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51219 is #0AEDE6. Grayscale: #565656. Windows color (decimal): -716263 or 1643253. OLE color: 1643253.
HSL color Cylindrical-coordinate representation of color #F51219: hue angle of 358.15º 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 #F51219 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 25 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.04 |
| HSL | 358.15º | 0.92% | 0.52% | - |
| HSV(B) | 358.15º | 0.93% | 0.96% | - |
| XYZ | 38.05 | 19.92 | 2.76 | - |
| YUV | 86.67 | 93.21 | 240.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 25 | 0 | 0.93 | 0.90 | 0.04 | 358.15 | 0.92 | 0.52 |
| Hex | F5 | 12 | 19 | 0 | 5D | 5A | 4 | 166 | 5C | 34 |
| Octal | 365 | 22 | 31 | 0 | 135 | 132 | 4 | 546 | 134 | 64 |
| Binary | 11110101 | 10010 | 11001 | 0 | 1011101 | 1011010 | 100 | 101100110 | 1011100 | 110100 |
Color Harmonies of #F51219
Complementary color
Monochromatic Colors of #F51219
Black with #F51219
Text Example
Text Example
White with #F51219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51219; }
p { color: rgb(245,18,25); }
H1.HeaderClassName
{
color: #F51219;
}
.AnyTagClassName
{
color: #F51219;
}
</style>
background-color css
<style>
a { background-color: #F51219; }
a { background-color: rgb(245,18,25); }
div.DivClassName
{
background-color: #F51219;
}
.BgClassName
{
background-color: #F51219;
}
</style>
border-color css
<style>
span { border-color: #F51219; }
span { border-color: rgb(245,18,25); }
td.TdClassName
{
border-color: #F51219;
}
.TagClassName
{
border-color: #F51219;
}
</style>