Shades of Torch Red #F40029
Tints of Torch Red #F40029
RGB
CMYK
RGB Variations
Color information
#F40029 (or 0xF40029) is known color: Torch Red. HEX triplet: F4, 00 and 29. RGB value is (244,0,41). Sum of RGB (Red+Green+Blue) = 244+0+41=285 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.61% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 244 - color contains mainly: red. Hex color #F40029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40029 is #0BFFD6. Grayscale: #4D4D4D. Windows color (decimal): -786391 or 2687220. OLE color: 2687220.
HSL color Cylindrical-coordinate representation of color #F40029: hue angle of 349.92º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40029 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 41 | - |
| CMYK | 0 | 1 | 0.83 | 0.04 |
| HSL | 349.92º | 1% | 0.48% | - |
| HSV(B) | 349.92º | 1% | 0.96% | - |
| XYZ | 37.71 | 19.39 | 3.85 | - |
| YUV | 77.63 | 107.34 | 246.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 41 | 0 | 1 | 0.83 | 0.04 | 349.92 | 1 | 0.48 |
| Hex | F4 | 0 | 29 | 0 | 64 | 53 | 4 | 15E | 64 | 30 |
| Octal | 364 | 0 | 51 | 0 | 144 | 123 | 4 | 536 | 144 | 60 |
| Binary | 11110100 | 0 | 101001 | 0 | 1100100 | 1010011 | 100 | 101011110 | 1100100 | 110000 |
Color Harmonies of #F40029
Complementary color
Monochromatic Colors of #F40029
Black with #F40029
Text Example
Text Example
White with #F40029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40029; }
p { color: rgb(244,0,41); }
H1.HeaderClassName
{
color: #F40029;
}
.AnyTagClassName
{
color: #F40029;
}
</style>
background-color css
<style>
a { background-color: #F40029; }
a { background-color: rgb(244,0,41); }
div.DivClassName
{
background-color: #F40029;
}
.BgClassName
{
background-color: #F40029;
}
</style>
border-color css
<style>
span { border-color: #F40029; }
span { border-color: rgb(244,0,41); }
td.TdClassName
{
border-color: #F40029;
}
.TagClassName
{
border-color: #F40029;
}
</style>