Shades of Torch Red #F40022
Tints of Torch Red #F40022
RGB
CMYK
RGB Variations
Color information
#F40022 (or 0xF40022) is known color: Torch Red. HEX triplet: F4, 00 and 22. RGB value is (244,0,34). Sum of RGB (Red+Green+Blue) = 244+0+34=278 (36% of max value = 765). Red value is 244 (95.70% from 255 or 87.77% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 244 - color contains mainly: red. Hex color #F40022 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40022 is #0BFFDD. Grayscale: #4C4C4C. Windows color (decimal): -786398 or 2228468. OLE color: 2228468.
HSL color Cylindrical-coordinate representation of color #F40022: hue angle of 351.64º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40022 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.86 | 0.04 |
| HSL | 351.64º | 1% | 0.48% | - |
| HSV(B) | 351.64º | 1% | 0.96% | - |
| XYZ | 37.6 | 19.35 | 3.27 | - |
| YUV | 76.83 | 103.84 | 247.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 34 | 0 | 1 | 0.86 | 0.04 | 351.64 | 1 | 0.48 |
| Hex | F4 | 0 | 22 | 0 | 64 | 56 | 4 | 160 | 64 | 30 |
| Octal | 364 | 0 | 42 | 0 | 144 | 126 | 4 | 540 | 144 | 60 |
| Binary | 11110100 | 0 | 100010 | 0 | 1100100 | 1010110 | 100 | 101100000 | 1100100 | 110000 |
Color Harmonies of #F40022
Complementary color
Monochromatic Colors of #F40022
Black with #F40022
Text Example
Text Example
White with #F40022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40022; }
p { color: rgb(244,0,34); }
H1.HeaderClassName
{
color: #F40022;
}
.AnyTagClassName
{
color: #F40022;
}
</style>
background-color css
<style>
a { background-color: #F40022; }
a { background-color: rgb(244,0,34); }
div.DivClassName
{
background-color: #F40022;
}
.BgClassName
{
background-color: #F40022;
}
</style>
border-color css
<style>
span { border-color: #F40022; }
span { border-color: rgb(244,0,34); }
td.TdClassName
{
border-color: #F40022;
}
.TagClassName
{
border-color: #F40022;
}
</style>