Shades of Torch Red #F40426
Tints of Torch Red #F40426
RGB
CMYK
RGB Variations
Color information
#F40426 (or 0xF40426) is known color: Torch Red. HEX triplet: F4, 04 and 26. RGB value is (244,4,38). Sum of RGB (Red+Green+Blue) = 244+4+38=286 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.31% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 244 - color contains mainly: red. Hex color #F40426 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40426 is #0BFBD9. Grayscale: #4F4F4F. Windows color (decimal): -785370 or 2491636. OLE color: 2491636.
HSL color Cylindrical-coordinate representation of color #F40426: hue angle of 351.5º degrees, saturation: 0.97, 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 #F40426 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 38 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.04 |
| HSL | 351.5º | 0.97% | 0.49% | - |
| HSV(B) | 351.5º | 0.98% | 0.96% | - |
| XYZ | 37.7 | 19.46 | 3.6 | - |
| YUV | 79.64 | 104.51 | 245.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 38 | 0 | 0.98 | 0.84 | 0.04 | 351.5 | 0.97 | 0.49 |
| Hex | F4 | 4 | 26 | 0 | 62 | 54 | 4 | 160 | 61 | 31 |
| Octal | 364 | 4 | 46 | 0 | 142 | 124 | 4 | 540 | 141 | 61 |
| Binary | 11110100 | 100 | 100110 | 0 | 1100010 | 1010100 | 100 | 101100000 | 1100001 | 110001 |
Color Harmonies of #F40426
Complementary color
Monochromatic Colors of #F40426
Black with #F40426
Text Example
Text Example
White with #F40426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40426; }
p { color: rgb(244,4,38); }
H1.HeaderClassName
{
color: #F40426;
}
.AnyTagClassName
{
color: #F40426;
}
</style>
background-color css
<style>
a { background-color: #F40426; }
a { background-color: rgb(244,4,38); }
div.DivClassName
{
background-color: #F40426;
}
.BgClassName
{
background-color: #F40426;
}
</style>
border-color css
<style>
span { border-color: #F40426; }
span { border-color: rgb(244,4,38); }
td.TdClassName
{
border-color: #F40426;
}
.TagClassName
{
border-color: #F40426;
}
</style>