Shades of Torch Red #F4051D
Tints of Torch Red #F4051D
RGB
CMYK
RGB Variations
Color information
#F4051D (or 0xF4051D) is known color: Torch Red. HEX triplet: F4, 05 and 1D. RGB value is (244,5,29). Sum of RGB (Red+Green+Blue) = 244+5+29=278 (36% of max value = 765). Red value is 244 (95.70% from 255 or 87.77% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 244 - color contains mainly: red. Hex color #F4051D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4051D is #0BFAE2. Grayscale: #4F4F4F. Windows color (decimal): -785123 or 1902068. OLE color: 1902068.
HSL color Cylindrical-coordinate representation of color #F4051D: hue angle of 353.97º 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 #F4051D is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 29 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.04 |
| HSL | 353.97º | 0.96% | 0.49% | - |
| HSV(B) | 353.97º | 0.98% | 0.96% | - |
| XYZ | 37.58 | 19.43 | 2.93 | - |
| YUV | 79.2 | 99.68 | 245.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 29 | 0 | 0.98 | 0.88 | 0.04 | 353.97 | 0.96 | 0.49 |
| Hex | F4 | 5 | 1D | 0 | 62 | 58 | 4 | 162 | 60 | 31 |
| Octal | 364 | 5 | 35 | 0 | 142 | 130 | 4 | 542 | 140 | 61 |
| Binary | 11110100 | 101 | 11101 | 0 | 1100010 | 1011000 | 100 | 101100010 | 1100000 | 110001 |
Color Harmonies of #F4051D
Complementary color
Monochromatic Colors of #F4051D
Black with #F4051D
Text Example
Text Example
White with #F4051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4051D; }
p { color: rgb(244,5,29); }
H1.HeaderClassName
{
color: #F4051D;
}
.AnyTagClassName
{
color: #F4051D;
}
</style>
background-color css
<style>
a { background-color: #F4051D; }
a { background-color: rgb(244,5,29); }
div.DivClassName
{
background-color: #F4051D;
}
.BgClassName
{
background-color: #F4051D;
}
</style>
border-color css
<style>
span { border-color: #F4051D; }
span { border-color: rgb(244,5,29); }
td.TdClassName
{
border-color: #F4051D;
}
.TagClassName
{
border-color: #F4051D;
}
</style>