Shades of Torch Red #F51518
Tints of Torch Red #F51518
RGB
CMYK
RGB Variations
Color information
#F51518 (or 0xF51518) is known color: Torch Red. HEX triplet: F5, 15 and 18. RGB value is (245,21,24). Sum of RGB (Red+Green+Blue) = 245+21+24=290 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.48% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 245 - color contains mainly: red. Hex color #F51518 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51518 is #0AEAE7. Grayscale: #585858. Windows color (decimal): -715496 or 1578485. OLE color: 1578485.
HSL color Cylindrical-coordinate representation of color #F51518: hue angle of 359.2º 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 #F51518 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 24 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.04 |
| HSL | 359.2º | 0.92% | 0.52% | - |
| HSV(B) | 359.2º | 0.91% | 0.96% | - |
| XYZ | 38.09 | 20.01 | 2.72 | - |
| YUV | 88.32 | 91.71 | 239.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 24 | 0 | 0.91 | 0.90 | 0.04 | 359.2 | 0.92 | 0.52 |
| Hex | F5 | 15 | 18 | 0 | 5B | 5A | 4 | 167 | 5C | 34 |
| Octal | 365 | 25 | 30 | 0 | 133 | 132 | 4 | 547 | 134 | 64 |
| Binary | 11110101 | 10101 | 11000 | 0 | 1011011 | 1011010 | 100 | 101100111 | 1011100 | 110100 |
Color Harmonies of #F51518
Complementary color
Monochromatic Colors of #F51518
Black with #F51518
Text Example
Text Example
White with #F51518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51518; }
p { color: rgb(245,21,24); }
H1.HeaderClassName
{
color: #F51518;
}
.AnyTagClassName
{
color: #F51518;
}
</style>
background-color css
<style>
a { background-color: #F51518; }
a { background-color: rgb(245,21,24); }
div.DivClassName
{
background-color: #F51518;
}
.BgClassName
{
background-color: #F51518;
}
</style>
border-color css
<style>
span { border-color: #F51518; }
span { border-color: rgb(245,21,24); }
td.TdClassName
{
border-color: #F51518;
}
.TagClassName
{
border-color: #F51518;
}
</style>