Shades of Torch Red #F40346
Tints of Torch Red #F40346
RGB
CMYK
RGB Variations
Color information
#F40346 (or 0xF40346) is known color: Torch Red. HEX triplet: F4, 03 and 46. RGB value is (244,3,70). Sum of RGB (Red+Green+Blue) = 244+3+70=317 (41% of max value = 765). Red value is 244 (95.70% from 255 or 76.97% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 244 - color contains mainly: red. Hex color #F40346 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40346 is #0BFCB9. Grayscale: #525252. Windows color (decimal): -785594 or 4588532. OLE color: 4588532.
HSL color Cylindrical-coordinate representation of color #F40346: hue angle of 343.32º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F40346 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 70 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.04 |
| HSL | 343.32º | 0.98% | 0.48% | - |
| HSV(B) | 343.32º | 0.99% | 0.96% | - |
| XYZ | 38.45 | 19.74 | 7.58 | - |
| YUV | 82.7 | 120.84 | 243.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 70 | 0 | 0.99 | 0.71 | 0.04 | 343.32 | 0.98 | 0.48 |
| Hex | F4 | 3 | 46 | 0 | 63 | 47 | 4 | 157 | 62 | 30 |
| Octal | 364 | 3 | 106 | 0 | 143 | 107 | 4 | 527 | 142 | 60 |
| Binary | 11110100 | 11 | 1000110 | 0 | 1100011 | 1000111 | 100 | 101010111 | 1100010 | 110000 |
Color Harmonies of #F40346
Complementary color
Monochromatic Colors of #F40346
Black with #F40346
Text Example
Text Example
White with #F40346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40346; }
p { color: rgb(244,3,70); }
H1.HeaderClassName
{
color: #F40346;
}
.AnyTagClassName
{
color: #F40346;
}
</style>
background-color css
<style>
a { background-color: #F40346; }
a { background-color: rgb(244,3,70); }
div.DivClassName
{
background-color: #F40346;
}
.BgClassName
{
background-color: #F40346;
}
</style>
border-color css
<style>
span { border-color: #F40346; }
span { border-color: rgb(244,3,70); }
td.TdClassName
{
border-color: #F40346;
}
.TagClassName
{
border-color: #F40346;
}
</style>