Shades of Torch Red #F40414
Tints of Torch Red #F40414
RGB
CMYK
RGB Variations
Color information
#F40414 (or 0xF40414) is known color: Torch Red. HEX triplet: F4, 04 and 14. RGB value is (244,4,20). Sum of RGB (Red+Green+Blue) = 244+4+20=268 (35% of max value = 765). Red value is 244 (95.70% from 255 or 91.04% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 244 - color contains mainly: red. Hex color #F40414 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40414 is #0BFBEB. Grayscale: #4D4D4D. Windows color (decimal): -785388 or 1311988. OLE color: 1311988.
HSL color Cylindrical-coordinate representation of color #F40414: hue angle of 356º degrees, saturation: 0.97, 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 #F40414 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 20 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.04 |
| HSL | 356º | 0.97% | 0.49% | - |
| HSV(B) | 356º | 0.98% | 0.96% | - |
| XYZ | 37.48 | 19.37 | 2.43 | - |
| YUV | 77.58 | 95.51 | 246.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 20 | 0 | 0.98 | 0.92 | 0.04 | 356 | 0.97 | 0.49 |
| Hex | F4 | 4 | 14 | 0 | 62 | 5C | 4 | 164 | 61 | 31 |
| Octal | 364 | 4 | 24 | 0 | 142 | 134 | 4 | 544 | 141 | 61 |
| Binary | 11110100 | 100 | 10100 | 0 | 1100010 | 1011100 | 100 | 101100100 | 1100001 | 110001 |
Color Harmonies of #F40414
Complementary color
Monochromatic Colors of #F40414
Black with #F40414
Text Example
Text Example
White with #F40414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40414; }
p { color: rgb(244,4,20); }
H1.HeaderClassName
{
color: #F40414;
}
.AnyTagClassName
{
color: #F40414;
}
</style>
background-color css
<style>
a { background-color: #F40414; }
a { background-color: rgb(244,4,20); }
div.DivClassName
{
background-color: #F40414;
}
.BgClassName
{
background-color: #F40414;
}
</style>
border-color css
<style>
span { border-color: #F40414; }
span { border-color: rgb(244,4,20); }
td.TdClassName
{
border-color: #F40414;
}
.TagClassName
{
border-color: #F40414;
}
</style>