Shades of Torch Red #F40919
Tints of Torch Red #F40919
RGB
CMYK
RGB Variations
Color information
#F40919 (or 0xF40919) is known color: Torch Red. HEX triplet: F4, 09 and 19. RGB value is (244,9,25). Sum of RGB (Red+Green+Blue) = 244+9+25=278 (36% of max value = 765). Red value is 244 (95.70% from 255 or 87.77% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 244 - color contains mainly: red. Hex color #F40919 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40919 is #0BF6E6. Grayscale: #515151. Windows color (decimal): -784103 or 1640948. OLE color: 1640948.
HSL color Cylindrical-coordinate representation of color #F40919: hue angle of 355.91º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40919 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 25 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.04 |
| HSL | 355.91º | 0.93% | 0.5% | - |
| HSV(B) | 355.91º | 0.96% | 0.96% | - |
| XYZ | 37.58 | 19.5 | 2.7 | - |
| YUV | 81.09 | 96.36 | 244.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 25 | 0 | 0.96 | 0.90 | 0.04 | 355.91 | 0.93 | 0.5 |
| Hex | F4 | 9 | 19 | 0 | 60 | 5A | 4 | 164 | 5D | 32 |
| Octal | 364 | 11 | 31 | 0 | 140 | 132 | 4 | 544 | 135 | 62 |
| Binary | 11110100 | 1001 | 11001 | 0 | 1100000 | 1011010 | 100 | 101100100 | 1011101 | 110010 |
Color Harmonies of #F40919
Complementary color
Monochromatic Colors of #F40919
Black with #F40919
Text Example
Text Example
White with #F40919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40919; }
p { color: rgb(244,9,25); }
H1.HeaderClassName
{
color: #F40919;
}
.AnyTagClassName
{
color: #F40919;
}
</style>
background-color css
<style>
a { background-color: #F40919; }
a { background-color: rgb(244,9,25); }
div.DivClassName
{
background-color: #F40919;
}
.BgClassName
{
background-color: #F40919;
}
</style>
border-color css
<style>
span { border-color: #F40919; }
span { border-color: rgb(244,9,25); }
td.TdClassName
{
border-color: #F40919;
}
.TagClassName
{
border-color: #F40919;
}
</style>