Shades of Torch Red #F40728
Tints of Torch Red #F40728
RGB
CMYK
RGB Variations
Color information
#F40728 (or 0xF40728) is known color: Torch Red. HEX triplet: F4, 07 and 28. RGB value is (244,7,40). Sum of RGB (Red+Green+Blue) = 244+7+40=291 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.85% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 244 - color contains mainly: red. Hex color #F40728 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40728 is #0BF8D7. Grayscale: #515151. Windows color (decimal): -784600 or 2623476. OLE color: 2623476.
HSL color Cylindrical-coordinate representation of color #F40728: hue angle of 351.65º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F40728 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 40 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.04 |
| HSL | 351.65º | 0.94% | 0.49% | - |
| HSV(B) | 351.65º | 0.97% | 0.96% | - |
| XYZ | 37.77 | 19.54 | 3.79 | - |
| YUV | 81.63 | 104.52 | 243.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 40 | 0 | 0.97 | 0.84 | 0.04 | 351.65 | 0.94 | 0.49 |
| Hex | F4 | 7 | 28 | 0 | 61 | 54 | 4 | 160 | 5E | 31 |
| Octal | 364 | 7 | 50 | 0 | 141 | 124 | 4 | 540 | 136 | 61 |
| Binary | 11110100 | 111 | 101000 | 0 | 1100001 | 1010100 | 100 | 101100000 | 1011110 | 110001 |
Color Harmonies of #F40728
Complementary color
Monochromatic Colors of #F40728
Black with #F40728
Text Example
Text Example
White with #F40728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40728; }
p { color: rgb(244,7,40); }
H1.HeaderClassName
{
color: #F40728;
}
.AnyTagClassName
{
color: #F40728;
}
</style>
background-color css
<style>
a { background-color: #F40728; }
a { background-color: rgb(244,7,40); }
div.DivClassName
{
background-color: #F40728;
}
.BgClassName
{
background-color: #F40728;
}
</style>
border-color css
<style>
span { border-color: #F40728; }
span { border-color: rgb(244,7,40); }
td.TdClassName
{
border-color: #F40728;
}
.TagClassName
{
border-color: #F40728;
}
</style>