Shades of Torch Red #F40229
Tints of Torch Red #F40229
RGB
CMYK
RGB Variations
Color information
#F40229 (or 0xF40229) is known color: Torch Red. HEX triplet: F4, 02 and 29. RGB value is (244,2,41). Sum of RGB (Red+Green+Blue) = 244+2+41=287 (38% of max value = 765). Red value is 244 (95.70% from 255 or 85.02% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 244 - color contains mainly: red. Hex color #F40229 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40229 is #0BFDD6. Grayscale: #4E4E4E. Windows color (decimal): -785879 or 2687732. OLE color: 2687732.
HSL color Cylindrical-coordinate representation of color #F40229: hue angle of 350.33º 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 #F40229 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 2 | 41 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.04 |
| HSL | 350.33º | 0.98% | 0.48% | - |
| HSV(B) | 350.33º | 0.99% | 0.96% | - |
| XYZ | 37.73 | 19.44 | 3.86 | - |
| YUV | 78.8 | 106.67 | 245.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 2 | 41 | 0 | 0.99 | 0.83 | 0.04 | 350.33 | 0.98 | 0.48 |
| Hex | F4 | 2 | 29 | 0 | 63 | 53 | 4 | 15E | 62 | 30 |
| Octal | 364 | 2 | 51 | 0 | 143 | 123 | 4 | 536 | 142 | 60 |
| Binary | 11110100 | 10 | 101001 | 0 | 1100011 | 1010011 | 100 | 101011110 | 1100010 | 110000 |
Color Harmonies of #F40229
Complementary color
Monochromatic Colors of #F40229
Black with #F40229
Text Example
Text Example
White with #F40229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40229; }
p { color: rgb(244,2,41); }
H1.HeaderClassName
{
color: #F40229;
}
.AnyTagClassName
{
color: #F40229;
}
</style>
background-color css
<style>
a { background-color: #F40229; }
a { background-color: rgb(244,2,41); }
div.DivClassName
{
background-color: #F40229;
}
.BgClassName
{
background-color: #F40229;
}
</style>
border-color css
<style>
span { border-color: #F40229; }
span { border-color: rgb(244,2,41); }
td.TdClassName
{
border-color: #F40229;
}
.TagClassName
{
border-color: #F40229;
}
</style>