Shades of Torch Red #F40219
Tints of Torch Red #F40219
RGB
CMYK
RGB Variations
Color information
#F40219 (or 0xF40219) is known color: Torch Red. HEX triplet: F4, 02 and 19. RGB value is (244,2,25). Sum of RGB (Red+Green+Blue) = 244+2+25=271 (35% of max value = 765). Red value is 244 (95.70% from 255 or 90.04% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 244 - color contains mainly: red. Hex color #F40219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40219 is #0BFDE6. Grayscale: #4D4D4D. Windows color (decimal): -785895 or 1639156. OLE color: 1639156.
HSL color Cylindrical-coordinate representation of color #F40219: hue angle of 354.3º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F40219 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 2 | 25 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.04 |
| HSL | 354.3º | 0.98% | 0.48% | - |
| HSV(B) | 354.3º | 0.99% | 0.96% | - |
| XYZ | 37.51 | 19.35 | 2.68 | - |
| YUV | 76.98 | 98.67 | 247.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 2 | 25 | 0 | 0.99 | 0.90 | 0.04 | 354.3 | 0.98 | 0.48 |
| Hex | F4 | 2 | 19 | 0 | 63 | 5A | 4 | 162 | 62 | 30 |
| Octal | 364 | 2 | 31 | 0 | 143 | 132 | 4 | 542 | 142 | 60 |
| Binary | 11110100 | 10 | 11001 | 0 | 1100011 | 1011010 | 100 | 101100010 | 1100010 | 110000 |
Color Harmonies of #F40219
Complementary color
Monochromatic Colors of #F40219
Black with #F40219
Text Example
Text Example
White with #F40219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40219; }
p { color: rgb(244,2,25); }
H1.HeaderClassName
{
color: #F40219;
}
.AnyTagClassName
{
color: #F40219;
}
</style>
background-color css
<style>
a { background-color: #F40219; }
a { background-color: rgb(244,2,25); }
div.DivClassName
{
background-color: #F40219;
}
.BgClassName
{
background-color: #F40219;
}
</style>
border-color css
<style>
span { border-color: #F40219; }
span { border-color: rgb(244,2,25); }
td.TdClassName
{
border-color: #F40219;
}
.TagClassName
{
border-color: #F40219;
}
</style>