Shades of Torch Red #F40D3C
Tints of Torch Red #F40D3C
RGB
CMYK
RGB Variations
Color information
#F40D3C (or 0xF40D3C) is known color: Torch Red. HEX triplet: F4, 0D and 3C. RGB value is (244,13,60). Sum of RGB (Red+Green+Blue) = 244+13+60=317 (41% of max value = 765). Red value is 244 (95.70% from 255 or 76.97% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 244 - color contains mainly: red. Hex color #F40D3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40D3C is #0BF2C3. Grayscale: #575757. Windows color (decimal): -783044 or 3935732. OLE color: 3935732.
HSL color Cylindrical-coordinate representation of color #F40D3C: hue angle of 347.79º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40D3C is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 13 | 60 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.04 |
| HSL | 347.79º | 0.91% | 0.5% | - |
| HSV(B) | 347.79º | 0.95% | 0.96% | - |
| XYZ | 38.27 | 19.85 | 6.09 | - |
| YUV | 87.43 | 112.53 | 239.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 13 | 60 | 0 | 0.95 | 0.75 | 0.04 | 347.79 | 0.91 | 0.5 |
| Hex | F4 | D | 3C | 0 | 5F | 4B | 4 | 15C | 5B | 32 |
| Octal | 364 | 15 | 74 | 0 | 137 | 113 | 4 | 534 | 133 | 62 |
| Binary | 11110100 | 1101 | 111100 | 0 | 1011111 | 1001011 | 100 | 101011100 | 1011011 | 110010 |
Color Harmonies of #F40D3C
Complementary color
Monochromatic Colors of #F40D3C
Black with #F40D3C
Text Example
Text Example
White with #F40D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40D3C; }
p { color: rgb(244,13,60); }
H1.HeaderClassName
{
color: #F40D3C;
}
.AnyTagClassName
{
color: #F40D3C;
}
</style>
background-color css
<style>
a { background-color: #F40D3C; }
a { background-color: rgb(244,13,60); }
div.DivClassName
{
background-color: #F40D3C;
}
.BgClassName
{
background-color: #F40D3C;
}
</style>
border-color css
<style>
span { border-color: #F40D3C; }
span { border-color: rgb(244,13,60); }
td.TdClassName
{
border-color: #F40D3C;
}
.TagClassName
{
border-color: #F40D3C;
}
</style>