Shades of Torch Red #F40314
Tints of Torch Red #F40314
RGB
CMYK
RGB Variations
Color information
#F40314 (or 0xF40314) is known color: Torch Red. HEX triplet: F4, 03 and 14. RGB value is (244,3,20). Sum of RGB (Red+Green+Blue) = 244+3+20=267 (35% of max value = 765). Red value is 244 (95.70% from 255 or 91.39% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 244 - color contains mainly: red. Hex color #F40314 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40314 is #0BFCEB. Grayscale: #4D4D4D. Windows color (decimal): -785644 or 1311732. OLE color: 1311732.
HSL color Cylindrical-coordinate representation of color #F40314: hue angle of 355.77º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F40314 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 20 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.04 |
| HSL | 355.77º | 0.98% | 0.48% | - |
| HSV(B) | 355.77º | 0.99% | 0.96% | - |
| XYZ | 37.47 | 19.35 | 2.42 | - |
| YUV | 77 | 95.84 | 247.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 20 | 0 | 0.99 | 0.92 | 0.04 | 355.77 | 0.98 | 0.48 |
| Hex | F4 | 3 | 14 | 0 | 63 | 5C | 4 | 164 | 62 | 30 |
| Octal | 364 | 3 | 24 | 0 | 143 | 134 | 4 | 544 | 142 | 60 |
| Binary | 11110100 | 11 | 10100 | 0 | 1100011 | 1011100 | 100 | 101100100 | 1100010 | 110000 |
Color Harmonies of #F40314
Complementary color
Monochromatic Colors of #F40314
Black with #F40314
Text Example
Text Example
White with #F40314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40314; }
p { color: rgb(244,3,20); }
H1.HeaderClassName
{
color: #F40314;
}
.AnyTagClassName
{
color: #F40314;
}
</style>
background-color css
<style>
a { background-color: #F40314; }
a { background-color: rgb(244,3,20); }
div.DivClassName
{
background-color: #F40314;
}
.BgClassName
{
background-color: #F40314;
}
</style>
border-color css
<style>
span { border-color: #F40314; }
span { border-color: rgb(244,3,20); }
td.TdClassName
{
border-color: #F40314;
}
.TagClassName
{
border-color: #F40314;
}
</style>