Shades of Torch Red #F40B40
Tints of Torch Red #F40B40
RGB
CMYK
RGB Variations
Color information
#F40B40 (or 0xF40B40) is known color: Torch Red. HEX triplet: F4, 0B and 40. RGB value is (244,11,64). Sum of RGB (Red+Green+Blue) = 244+11+64=319 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.49% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 244 - color contains mainly: red. Hex color #F40B40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40B40 is #0BF4BF. Grayscale: #565656. Windows color (decimal): -783552 or 4197364. OLE color: 4197364.
HSL color Cylindrical-coordinate representation of color #F40B40: hue angle of 346.35º 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 #F40B40 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 11 | 64 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.04 |
| HSL | 346.35º | 0.91% | 0.5% | - |
| HSV(B) | 346.35º | 0.95% | 0.96% | - |
| XYZ | 38.35 | 19.84 | 6.66 | - |
| YUV | 86.71 | 115.19 | 240.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 11 | 64 | 0 | 0.95 | 0.74 | 0.04 | 346.35 | 0.91 | 0.5 |
| Hex | F4 | B | 40 | 0 | 5F | 4A | 4 | 15A | 5B | 32 |
| Octal | 364 | 13 | 100 | 0 | 137 | 112 | 4 | 532 | 133 | 62 |
| Binary | 11110100 | 1011 | 1000000 | 0 | 1011111 | 1001010 | 100 | 101011010 | 1011011 | 110010 |
Color Harmonies of #F40B40
Complementary color
Monochromatic Colors of #F40B40
Black with #F40B40
Text Example
Text Example
White with #F40B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40B40; }
p { color: rgb(244,11,64); }
H1.HeaderClassName
{
color: #F40B40;
}
.AnyTagClassName
{
color: #F40B40;
}
</style>
background-color css
<style>
a { background-color: #F40B40; }
a { background-color: rgb(244,11,64); }
div.DivClassName
{
background-color: #F40B40;
}
.BgClassName
{
background-color: #F40B40;
}
</style>
border-color css
<style>
span { border-color: #F40B40; }
span { border-color: rgb(244,11,64); }
td.TdClassName
{
border-color: #F40B40;
}
.TagClassName
{
border-color: #F40B40;
}
</style>