Shades of Torch Red #F40B3E
Tints of Torch Red #F40B3E
RGB
CMYK
RGB Variations
Color information
#F40B3E (or 0xF40B3E) is known color: Torch Red. HEX triplet: F4, 0B and 3E. RGB value is (244,11,62). Sum of RGB (Red+Green+Blue) = 244+11+62=317 (41% of max value = 765). Red value is 244 (95.70% from 255 or 76.97% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 244 - color contains mainly: red. Hex color #F40B3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40B3E is #0BF4C1. Grayscale: #565656. Windows color (decimal): -783554 or 4066292. OLE color: 4066292.
HSL color Cylindrical-coordinate representation of color #F40B3E: hue angle of 346.87º 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 #F40B3E is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 11 | 62 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.04 |
| HSL | 346.87º | 0.91% | 0.5% | - |
| HSV(B) | 346.87º | 0.95% | 0.96% | - |
| XYZ | 38.3 | 19.82 | 6.36 | - |
| YUV | 86.48 | 114.19 | 240.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 11 | 62 | 0 | 0.95 | 0.75 | 0.04 | 346.87 | 0.91 | 0.5 |
| Hex | F4 | B | 3E | 0 | 5F | 4B | 4 | 15B | 5B | 32 |
| Octal | 364 | 13 | 76 | 0 | 137 | 113 | 4 | 533 | 133 | 62 |
| Binary | 11110100 | 1011 | 111110 | 0 | 1011111 | 1001011 | 100 | 101011011 | 1011011 | 110010 |
Color Harmonies of #F40B3E
Complementary color
Monochromatic Colors of #F40B3E
Black with #F40B3E
Text Example
Text Example
White with #F40B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40B3E; }
p { color: rgb(244,11,62); }
H1.HeaderClassName
{
color: #F40B3E;
}
.AnyTagClassName
{
color: #F40B3E;
}
</style>
background-color css
<style>
a { background-color: #F40B3E; }
a { background-color: rgb(244,11,62); }
div.DivClassName
{
background-color: #F40B3E;
}
.BgClassName
{
background-color: #F40B3E;
}
</style>
border-color css
<style>
span { border-color: #F40B3E; }
span { border-color: rgb(244,11,62); }
td.TdClassName
{
border-color: #F40B3E;
}
.TagClassName
{
border-color: #F40B3E;
}
</style>