Shades of Torch Red #F40619
Tints of Torch Red #F40619
RGB
CMYK
RGB Variations
Color information
#F40619 (or 0xF40619) is known color: Torch Red. HEX triplet: F4, 06 and 19. RGB value is (244,6,25). Sum of RGB (Red+Green+Blue) = 244+6+25=275 (36% of max value = 765). Red value is 244 (95.70% from 255 or 88.73% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 244 - color contains mainly: red. Hex color #F40619 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40619 is #0BF9E6. Grayscale: #4F4F4F. Windows color (decimal): -784871 or 1640180. OLE color: 1640180.
HSL color Cylindrical-coordinate representation of color #F40619: hue angle of 355.21º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F40619 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 6 | 25 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.04 |
| HSL | 355.21º | 0.95% | 0.49% | - |
| HSV(B) | 355.21º | 0.98% | 0.96% | - |
| XYZ | 37.55 | 19.43 | 2.69 | - |
| YUV | 79.33 | 97.35 | 245.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 6 | 25 | 0 | 0.98 | 0.90 | 0.04 | 355.21 | 0.95 | 0.49 |
| Hex | F4 | 6 | 19 | 0 | 62 | 5A | 4 | 163 | 5F | 31 |
| Octal | 364 | 6 | 31 | 0 | 142 | 132 | 4 | 543 | 137 | 61 |
| Binary | 11110100 | 110 | 11001 | 0 | 1100010 | 1011010 | 100 | 101100011 | 1011111 | 110001 |
Color Harmonies of #F40619
Complementary color
Monochromatic Colors of #F40619
Black with #F40619
Text Example
Text Example
White with #F40619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40619; }
p { color: rgb(244,6,25); }
H1.HeaderClassName
{
color: #F40619;
}
.AnyTagClassName
{
color: #F40619;
}
</style>
background-color css
<style>
a { background-color: #F40619; }
a { background-color: rgb(244,6,25); }
div.DivClassName
{
background-color: #F40619;
}
.BgClassName
{
background-color: #F40619;
}
</style>
border-color css
<style>
span { border-color: #F40619; }
span { border-color: rgb(244,6,25); }
td.TdClassName
{
border-color: #F40619;
}
.TagClassName
{
border-color: #F40619;
}
</style>