Shades of Torch Red #F41518
Tints of Torch Red #F41518
RGB
CMYK
RGB Variations
Color information
#F41518 (or 0xF41518) is known color: Torch Red. HEX triplet: F4, 15 and 18. RGB value is (244,21,24). Sum of RGB (Red+Green+Blue) = 244+21+24=289 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.43% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 244 - color contains mainly: red. Hex color #F41518 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41518 is #0BEAE7. Grayscale: #585858. Windows color (decimal): -781032 or 1578484. OLE color: 1578484.
HSL color Cylindrical-coordinate representation of color #F41518: hue angle of 359.19º degrees, saturation: 0.91, 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 #F41518 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 24 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.04 |
| HSL | 359.19º | 0.91% | 0.52% | - |
| HSV(B) | 359.19º | 0.91% | 0.96% | - |
| XYZ | 37.74 | 19.84 | 2.7 | - |
| YUV | 88.02 | 91.88 | 239.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 24 | 0 | 0.91 | 0.90 | 0.04 | 359.19 | 0.91 | 0.52 |
| Hex | F4 | 15 | 18 | 0 | 5B | 5A | 4 | 167 | 5B | 34 |
| Octal | 364 | 25 | 30 | 0 | 133 | 132 | 4 | 547 | 133 | 64 |
| Binary | 11110100 | 10101 | 11000 | 0 | 1011011 | 1011010 | 100 | 101100111 | 1011011 | 110100 |
Color Harmonies of #F41518
Complementary color
Monochromatic Colors of #F41518
Black with #F41518
Text Example
Text Example
White with #F41518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41518; }
p { color: rgb(244,21,24); }
H1.HeaderClassName
{
color: #F41518;
}
.AnyTagClassName
{
color: #F41518;
}
</style>
background-color css
<style>
a { background-color: #F41518; }
a { background-color: rgb(244,21,24); }
div.DivClassName
{
background-color: #F41518;
}
.BgClassName
{
background-color: #F41518;
}
</style>
border-color css
<style>
span { border-color: #F41518; }
span { border-color: rgb(244,21,24); }
td.TdClassName
{
border-color: #F41518;
}
.TagClassName
{
border-color: #F41518;
}
</style>