Shades of Torch Red #F40128
Tints of Torch Red #F40128
RGB
CMYK
RGB Variations
Color information
#F40128 (or 0xF40128) is known color: Torch Red. HEX triplet: F4, 01 and 28. RGB value is (244,1,40). Sum of RGB (Red+Green+Blue) = 244+1+40=285 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.61% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 244 - color contains mainly: red. Hex color #F40128 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40128 is #0BFED7. Grayscale: #4E4E4E. Windows color (decimal): -786136 or 2621940. OLE color: 2621940.
HSL color Cylindrical-coordinate representation of color #F40128: hue angle of 350.37º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40128 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 40 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.04 |
| HSL | 350.37º | 0.99% | 0.48% | - |
| HSV(B) | 350.37º | 1% | 0.96% | - |
| XYZ | 37.7 | 19.41 | 3.77 | - |
| YUV | 78.1 | 106.51 | 246.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 40 | 0 | 1.00 | 0.84 | 0.04 | 350.37 | 0.99 | 0.48 |
| Hex | F4 | 1 | 28 | 0 | 64 | 54 | 4 | 15E | 63 | 30 |
| Octal | 364 | 1 | 50 | 0 | 144 | 124 | 4 | 536 | 143 | 60 |
| Binary | 11110100 | 1 | 101000 | 0 | 1100100 | 1010100 | 100 | 101011110 | 1100011 | 110000 |
Color Harmonies of #F40128
Complementary color
Monochromatic Colors of #F40128
Black with #F40128
Text Example
Text Example
White with #F40128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40128; }
p { color: rgb(244,1,40); }
H1.HeaderClassName
{
color: #F40128;
}
.AnyTagClassName
{
color: #F40128;
}
</style>
background-color css
<style>
a { background-color: #F40128; }
a { background-color: rgb(244,1,40); }
div.DivClassName
{
background-color: #F40128;
}
.BgClassName
{
background-color: #F40128;
}
</style>
border-color css
<style>
span { border-color: #F40128; }
span { border-color: rgb(244,1,40); }
td.TdClassName
{
border-color: #F40128;
}
.TagClassName
{
border-color: #F40128;
}
</style>