Shades of Torch Red #F41434
Tints of Torch Red #F41434
RGB
CMYK
RGB Variations
Color information
#F41434 (or 0xF41434) is known color: Torch Red. HEX triplet: F4, 14 and 34. RGB value is (244,20,52). Sum of RGB (Red+Green+Blue) = 244+20+52=316 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.22% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 244 - color contains mainly: red. Hex color #F41434 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41434 is #0BEBCB. Grayscale: #5A5A5A. Windows color (decimal): -781260 or 3413236. OLE color: 3413236.
HSL color Cylindrical-coordinate representation of color #F41434: hue angle of 351.43º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F41434 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 52 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.04 |
| HSL | 351.43º | 0.91% | 0.52% | - |
| HSV(B) | 351.43º | 0.92% | 0.96% | - |
| XYZ | 38.18 | 19.98 | 5.09 | - |
| YUV | 90.62 | 106.21 | 237.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 52 | 0 | 0.92 | 0.79 | 0.04 | 351.43 | 0.91 | 0.52 |
| Hex | F4 | 14 | 34 | 0 | 5C | 4F | 4 | 15F | 5B | 34 |
| Octal | 364 | 24 | 64 | 0 | 134 | 117 | 4 | 537 | 133 | 64 |
| Binary | 11110100 | 10100 | 110100 | 0 | 1011100 | 1001111 | 100 | 101011111 | 1011011 | 110100 |
Color Harmonies of #F41434
Complementary color
Monochromatic Colors of #F41434
Black with #F41434
Text Example
Text Example
White with #F41434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41434; }
p { color: rgb(244,20,52); }
H1.HeaderClassName
{
color: #F41434;
}
.AnyTagClassName
{
color: #F41434;
}
</style>
background-color css
<style>
a { background-color: #F41434; }
a { background-color: rgb(244,20,52); }
div.DivClassName
{
background-color: #F41434;
}
.BgClassName
{
background-color: #F41434;
}
</style>
border-color css
<style>
span { border-color: #F41434; }
span { border-color: rgb(244,20,52); }
td.TdClassName
{
border-color: #F41434;
}
.TagClassName
{
border-color: #F41434;
}
</style>