Shades of Torch Red #F40D3A
Tints of Torch Red #F40D3A
RGB
CMYK
RGB Variations
Color information
#F40D3A (or 0xF40D3A) is known color: Torch Red. HEX triplet: F4, 0D and 3A. RGB value is (244,13,58). Sum of RGB (Red+Green+Blue) = 244+13+58=315 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.46% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 244 - color contains mainly: red. Hex color #F40D3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40D3A is #0BF2C5. Grayscale: #575757. Windows color (decimal): -783046 or 3804660. OLE color: 3804660.
HSL color Cylindrical-coordinate representation of color #F40D3A: hue angle of 348.31º 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 #F40D3A is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 13 | 58 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.04 |
| HSL | 348.31º | 0.91% | 0.5% | - |
| HSV(B) | 348.31º | 0.95% | 0.96% | - |
| XYZ | 38.22 | 19.83 | 5.82 | - |
| YUV | 87.2 | 111.53 | 239.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 13 | 58 | 0 | 0.95 | 0.76 | 0.04 | 348.31 | 0.91 | 0.5 |
| Hex | F4 | D | 3A | 0 | 5F | 4C | 4 | 15C | 5B | 32 |
| Octal | 364 | 15 | 72 | 0 | 137 | 114 | 4 | 534 | 133 | 62 |
| Binary | 11110100 | 1101 | 111010 | 0 | 1011111 | 1001100 | 100 | 101011100 | 1011011 | 110010 |
Color Harmonies of #F40D3A
Complementary color
Monochromatic Colors of #F40D3A
Black with #F40D3A
Text Example
Text Example
White with #F40D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40D3A; }
p { color: rgb(244,13,58); }
H1.HeaderClassName
{
color: #F40D3A;
}
.AnyTagClassName
{
color: #F40D3A;
}
</style>
background-color css
<style>
a { background-color: #F40D3A; }
a { background-color: rgb(244,13,58); }
div.DivClassName
{
background-color: #F40D3A;
}
.BgClassName
{
background-color: #F40D3A;
}
</style>
border-color css
<style>
span { border-color: #F40D3A; }
span { border-color: rgb(244,13,58); }
td.TdClassName
{
border-color: #F40D3A;
}
.TagClassName
{
border-color: #F40D3A;
}
</style>