Shades of Torch Red #F4053F
Tints of Torch Red #F4053F
RGB
CMYK
RGB Variations
Color information
#F4053F (or 0xF4053F) is known color: Torch Red. HEX triplet: F4, 05 and 3F. RGB value is (244,5,63). Sum of RGB (Red+Green+Blue) = 244+5+63=312 (41% of max value = 765). Red value is 244 (95.70% from 255 or 78.21% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 244 - color contains mainly: red. Hex color #F4053F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4053F is #0BFAC0. Grayscale: #535353. Windows color (decimal): -785089 or 4130292. OLE color: 4130292.
HSL color Cylindrical-coordinate representation of color #F4053F: hue angle of 345.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 #F4053F is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 63 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.04 |
| HSL | 345.44º | 0.96% | 0.49% | - |
| HSV(B) | 345.44º | 0.98% | 0.96% | - |
| XYZ | 38.26 | 19.7 | 6.49 | - |
| YUV | 83.07 | 116.68 | 242.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 63 | 0 | 0.98 | 0.74 | 0.04 | 345.44 | 0.96 | 0.49 |
| Hex | F4 | 5 | 3F | 0 | 62 | 4A | 4 | 159 | 60 | 31 |
| Octal | 364 | 5 | 77 | 0 | 142 | 112 | 4 | 531 | 140 | 61 |
| Binary | 11110100 | 101 | 111111 | 0 | 1100010 | 1001010 | 100 | 101011001 | 1100000 | 110001 |
Color Harmonies of #F4053F
Complementary color
Monochromatic Colors of #F4053F
Black with #F4053F
Text Example
Text Example
White with #F4053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4053F; }
p { color: rgb(244,5,63); }
H1.HeaderClassName
{
color: #F4053F;
}
.AnyTagClassName
{
color: #F4053F;
}
</style>
background-color css
<style>
a { background-color: #F4053F; }
a { background-color: rgb(244,5,63); }
div.DivClassName
{
background-color: #F4053F;
}
.BgClassName
{
background-color: #F4053F;
}
</style>
border-color css
<style>
span { border-color: #F4053F; }
span { border-color: rgb(244,5,63); }
td.TdClassName
{
border-color: #F4053F;
}
.TagClassName
{
border-color: #F4053F;
}
</style>