Shades of Torch Red #F40529
Tints of Torch Red #F40529
RGB
CMYK
RGB Variations
Color information
#F40529 (or 0xF40529) is known color: Torch Red. HEX triplet: F4, 05 and 29. RGB value is (244,5,41). Sum of RGB (Red+Green+Blue) = 244+5+41=290 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.14% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 244 - color contains mainly: red. Hex color #F40529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40529 is #0BFAD6. Grayscale: #505050. Windows color (decimal): -785111 or 2688500. OLE color: 2688500.
HSL color Cylindrical-coordinate representation of color #F40529: hue angle of 350.96º degrees, saturation: 0.96, 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 #F40529 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 41 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.04 |
| HSL | 350.96º | 0.96% | 0.49% | - |
| HSV(B) | 350.96º | 0.98% | 0.96% | - |
| XYZ | 37.76 | 19.5 | 3.87 | - |
| YUV | 80.57 | 105.68 | 244.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 41 | 0 | 0.98 | 0.83 | 0.04 | 350.96 | 0.96 | 0.49 |
| Hex | F4 | 5 | 29 | 0 | 62 | 53 | 4 | 15F | 60 | 31 |
| Octal | 364 | 5 | 51 | 0 | 142 | 123 | 4 | 537 | 140 | 61 |
| Binary | 11110100 | 101 | 101001 | 0 | 1100010 | 1010011 | 100 | 101011111 | 1100000 | 110001 |
Color Harmonies of #F40529
Complementary color
Monochromatic Colors of #F40529
Black with #F40529
Text Example
Text Example
White with #F40529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40529; }
p { color: rgb(244,5,41); }
H1.HeaderClassName
{
color: #F40529;
}
.AnyTagClassName
{
color: #F40529;
}
</style>
background-color css
<style>
a { background-color: #F40529; }
a { background-color: rgb(244,5,41); }
div.DivClassName
{
background-color: #F40529;
}
.BgClassName
{
background-color: #F40529;
}
</style>
border-color css
<style>
span { border-color: #F40529; }
span { border-color: rgb(244,5,41); }
td.TdClassName
{
border-color: #F40529;
}
.TagClassName
{
border-color: #F40529;
}
</style>