Shades of Torch Red #F4053C
Tints of Torch Red #F4053C
RGB
CMYK
RGB Variations
Color information
#F4053C (or 0xF4053C) is known color: Torch Red. HEX triplet: F4, 05 and 3C. RGB value is (244,5,60). Sum of RGB (Red+Green+Blue) = 244+5+60=309 (40% of max value = 765). Red value is 244 (95.70% from 255 or 78.96% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 244 - color contains mainly: red. Hex color #F4053C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4053C is #0BFAC3. Grayscale: #525252. Windows color (decimal): -785092 or 3933684. OLE color: 3933684.
HSL color Cylindrical-coordinate representation of color #F4053C: hue angle of 346.19º 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 #F4053C is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 60 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.04 |
| HSL | 346.19º | 0.96% | 0.49% | - |
| HSV(B) | 346.19º | 0.98% | 0.96% | - |
| XYZ | 38.18 | 19.67 | 6.06 | - |
| YUV | 82.73 | 115.18 | 243.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 60 | 0 | 0.98 | 0.75 | 0.04 | 346.19 | 0.96 | 0.49 |
| Hex | F4 | 5 | 3C | 0 | 62 | 4B | 4 | 15A | 60 | 31 |
| Octal | 364 | 5 | 74 | 0 | 142 | 113 | 4 | 532 | 140 | 61 |
| Binary | 11110100 | 101 | 111100 | 0 | 1100010 | 1001011 | 100 | 101011010 | 1100000 | 110001 |
Color Harmonies of #F4053C
Complementary color
Monochromatic Colors of #F4053C
Black with #F4053C
Text Example
Text Example
White with #F4053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4053C; }
p { color: rgb(244,5,60); }
H1.HeaderClassName
{
color: #F4053C;
}
.AnyTagClassName
{
color: #F4053C;
}
</style>
background-color css
<style>
a { background-color: #F4053C; }
a { background-color: rgb(244,5,60); }
div.DivClassName
{
background-color: #F4053C;
}
.BgClassName
{
background-color: #F4053C;
}
</style>
border-color css
<style>
span { border-color: #F4053C; }
span { border-color: rgb(244,5,60); }
td.TdClassName
{
border-color: #F4053C;
}
.TagClassName
{
border-color: #F4053C;
}
</style>