Shades of Torch Red #F40614
Tints of Torch Red #F40614
RGB
CMYK
RGB Variations
Color information
#F40614 (or 0xF40614) is known color: Torch Red. HEX triplet: F4, 06 and 14. RGB value is (244,6,20). Sum of RGB (Red+Green+Blue) = 244+6+20=270 (35% of max value = 765). Red value is 244 (95.70% from 255 or 90.37% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 244 - color contains mainly: red. Hex color #F40614 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40614 is #0BF9EB. Grayscale: #4E4E4E. Windows color (decimal): -784876 or 1312500. OLE color: 1312500.
HSL color Cylindrical-coordinate representation of color #F40614: hue angle of 356.47º degrees, saturation: 0.95, 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 #F40614 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 6 | 20 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.04 |
| HSL | 356.47º | 0.95% | 0.49% | - |
| HSV(B) | 356.47º | 0.98% | 0.96% | - |
| XYZ | 37.5 | 19.41 | 2.43 | - |
| YUV | 78.76 | 94.85 | 245.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 6 | 20 | 0 | 0.98 | 0.92 | 0.04 | 356.47 | 0.95 | 0.49 |
| Hex | F4 | 6 | 14 | 0 | 62 | 5C | 4 | 164 | 5F | 31 |
| Octal | 364 | 6 | 24 | 0 | 142 | 134 | 4 | 544 | 137 | 61 |
| Binary | 11110100 | 110 | 10100 | 0 | 1100010 | 1011100 | 100 | 101100100 | 1011111 | 110001 |
Color Harmonies of #F40614
Complementary color
Monochromatic Colors of #F40614
Black with #F40614
Text Example
Text Example
White with #F40614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40614; }
p { color: rgb(244,6,20); }
H1.HeaderClassName
{
color: #F40614;
}
.AnyTagClassName
{
color: #F40614;
}
</style>
background-color css
<style>
a { background-color: #F40614; }
a { background-color: rgb(244,6,20); }
div.DivClassName
{
background-color: #F40614;
}
.BgClassName
{
background-color: #F40614;
}
</style>
border-color css
<style>
span { border-color: #F40614; }
span { border-color: rgb(244,6,20); }
td.TdClassName
{
border-color: #F40614;
}
.TagClassName
{
border-color: #F40614;
}
</style>