Shades of Torch Red #F4052C
Tints of Torch Red #F4052C
RGB
CMYK
RGB Variations
Color information
#F4052C (or 0xF4052C) is known color: Torch Red. HEX triplet: F4, 05 and 2C. RGB value is (244,5,44). Sum of RGB (Red+Green+Blue) = 244+5+44=293 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.28% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 244 - color contains mainly: red. Hex color #F4052C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4052C is #0BFAD3. Grayscale: #505050. Windows color (decimal): -785108 or 2885108. OLE color: 2885108.
HSL color Cylindrical-coordinate representation of color #F4052C: hue angle of 350.21º degrees, saturation: 0.96, 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 #F4052C is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 44 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.04 |
| HSL | 350.21º | 0.96% | 0.49% | - |
| HSV(B) | 350.21º | 0.98% | 0.96% | - |
| XYZ | 37.82 | 19.52 | 4.16 | - |
| YUV | 80.91 | 107.18 | 244.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 44 | 0 | 0.98 | 0.82 | 0.04 | 350.21 | 0.96 | 0.49 |
| Hex | F4 | 5 | 2C | 0 | 62 | 52 | 4 | 15E | 60 | 31 |
| Octal | 364 | 5 | 54 | 0 | 142 | 122 | 4 | 536 | 140 | 61 |
| Binary | 11110100 | 101 | 101100 | 0 | 1100010 | 1010010 | 100 | 101011110 | 1100000 | 110001 |
Color Harmonies of #F4052C
Complementary color
Monochromatic Colors of #F4052C
Black with #F4052C
Text Example
Text Example
White with #F4052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4052C; }
p { color: rgb(244,5,44); }
H1.HeaderClassName
{
color: #F4052C;
}
.AnyTagClassName
{
color: #F4052C;
}
</style>
background-color css
<style>
a { background-color: #F4052C; }
a { background-color: rgb(244,5,44); }
div.DivClassName
{
background-color: #F4052C;
}
.BgClassName
{
background-color: #F4052C;
}
</style>
border-color css
<style>
span { border-color: #F4052C; }
span { border-color: rgb(244,5,44); }
td.TdClassName
{
border-color: #F4052C;
}
.TagClassName
{
border-color: #F4052C;
}
</style>