Shades of Torch Red #F4053B
Tints of Torch Red #F4053B
RGB
CMYK
RGB Variations
Color information
#F4053B (or 0xF4053B) is known color: Torch Red. HEX triplet: F4, 05 and 3B. RGB value is (244,5,59). Sum of RGB (Red+Green+Blue) = 244+5+59=308 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.22% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 244 - color contains mainly: red. Hex color #F4053B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4053B is #0BFAC4. Grayscale: #525252. Windows color (decimal): -785093 or 3868148. OLE color: 3868148.
HSL color Cylindrical-coordinate representation of color #F4053B: hue angle of 346.44º 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 #F4053B is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 59 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.04 |
| HSL | 346.44º | 0.96% | 0.49% | - |
| HSV(B) | 346.44º | 0.98% | 0.96% | - |
| XYZ | 38.15 | 19.66 | 5.92 | - |
| YUV | 82.62 | 114.68 | 243.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 59 | 0 | 0.98 | 0.76 | 0.04 | 346.44 | 0.96 | 0.49 |
| Hex | F4 | 5 | 3B | 0 | 62 | 4C | 4 | 15A | 60 | 31 |
| Octal | 364 | 5 | 73 | 0 | 142 | 114 | 4 | 532 | 140 | 61 |
| Binary | 11110100 | 101 | 111011 | 0 | 1100010 | 1001100 | 100 | 101011010 | 1100000 | 110001 |
Color Harmonies of #F4053B
Complementary color
Monochromatic Colors of #F4053B
Black with #F4053B
Text Example
Text Example
White with #F4053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4053B; }
p { color: rgb(244,5,59); }
H1.HeaderClassName
{
color: #F4053B;
}
.AnyTagClassName
{
color: #F4053B;
}
</style>
background-color css
<style>
a { background-color: #F4053B; }
a { background-color: rgb(244,5,59); }
div.DivClassName
{
background-color: #F4053B;
}
.BgClassName
{
background-color: #F4053B;
}
</style>
border-color css
<style>
span { border-color: #F4053B; }
span { border-color: rgb(244,5,59); }
td.TdClassName
{
border-color: #F4053B;
}
.TagClassName
{
border-color: #F4053B;
}
</style>