Shades of Torch Red #F40132
Tints of Torch Red #F40132
RGB
CMYK
RGB Variations
Color information
#F40132 (or 0xF40132) is known color: Torch Red. HEX triplet: F4, 01 and 32. RGB value is (244,1,50). Sum of RGB (Red+Green+Blue) = 244+1+50=295 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.71% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 244 - color contains mainly: red. Hex color #F40132 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40132 is #0BFECD. Grayscale: #4F4F4F. Windows color (decimal): -786126 or 3277300. OLE color: 3277300.
HSL color Cylindrical-coordinate representation of color #F40132: hue angle of 347.9º 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 #F40132 is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 50 | - |
| CMYK | 0 | 1.00 | 0.80 | 0.04 |
| HSL | 347.9º | 0.99% | 0.48% | - |
| HSV(B) | 347.9º | 1% | 0.96% | - |
| XYZ | 37.89 | 19.49 | 4.78 | - |
| YUV | 79.24 | 111.51 | 245.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 50 | 0 | 1.00 | 0.80 | 0.04 | 347.9 | 0.99 | 0.48 |
| Hex | F4 | 1 | 32 | 0 | 64 | 50 | 4 | 15C | 63 | 30 |
| Octal | 364 | 1 | 62 | 0 | 144 | 120 | 4 | 534 | 143 | 60 |
| Binary | 11110100 | 1 | 110010 | 0 | 1100100 | 1010000 | 100 | 101011100 | 1100011 | 110000 |
Color Harmonies of #F40132
Complementary color
Monochromatic Colors of #F40132
Black with #F40132
Text Example
Text Example
White with #F40132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40132; }
p { color: rgb(244,1,50); }
H1.HeaderClassName
{
color: #F40132;
}
.AnyTagClassName
{
color: #F40132;
}
</style>
background-color css
<style>
a { background-color: #F40132; }
a { background-color: rgb(244,1,50); }
div.DivClassName
{
background-color: #F40132;
}
.BgClassName
{
background-color: #F40132;
}
</style>
border-color css
<style>
span { border-color: #F40132; }
span { border-color: rgb(244,1,50); }
td.TdClassName
{
border-color: #F40132;
}
.TagClassName
{
border-color: #F40132;
}
</style>