Shades of Torch Red #F4050C
Tints of Torch Red #F4050C
RGB
CMYK
RGB Variations
Color information
#F4050C (or 0xF4050C) is known color: Torch Red. HEX triplet: F4, 05 and 0C. RGB value is (244,5,12). Sum of RGB (Red+Green+Blue) = 244+5+12=261 (34% of max value = 765). Red value is 244 (95.70% from 255 or 93.49% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 244 - color contains mainly: red. Hex color #F4050C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4050C is #0BFAF3. Grayscale: #4D4D4D. Windows color (decimal): -785140 or 787956. OLE color: 787956.
HSL color Cylindrical-coordinate representation of color #F4050C: hue angle of 358.24º 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 #F4050C is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 12 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.04 |
| HSL | 358.24º | 0.96% | 0.49% | - |
| HSV(B) | 358.24º | 0.98% | 0.96% | - |
| XYZ | 37.43 | 19.37 | 2.11 | - |
| YUV | 77.26 | 91.18 | 246.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 12 | 0 | 0.98 | 0.95 | 0.04 | 358.24 | 0.96 | 0.49 |
| Hex | F4 | 5 | C | 0 | 62 | 5F | 4 | 166 | 60 | 31 |
| Octal | 364 | 5 | 14 | 0 | 142 | 137 | 4 | 546 | 140 | 61 |
| Binary | 11110100 | 101 | 1100 | 0 | 1100010 | 1011111 | 100 | 101100110 | 1100000 | 110001 |
Color Harmonies of #F4050C
Complementary color
Monochromatic Colors of #F4050C
Black with #F4050C
Text Example
Text Example
White with #F4050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4050C; }
p { color: rgb(244,5,12); }
H1.HeaderClassName
{
color: #F4050C;
}
.AnyTagClassName
{
color: #F4050C;
}
</style>
background-color css
<style>
a { background-color: #F4050C; }
a { background-color: rgb(244,5,12); }
div.DivClassName
{
background-color: #F4050C;
}
.BgClassName
{
background-color: #F4050C;
}
</style>
border-color css
<style>
span { border-color: #F4050C; }
span { border-color: rgb(244,5,12); }
td.TdClassName
{
border-color: #F4050C;
}
.TagClassName
{
border-color: #F4050C;
}
</style>