Shades of Torch Red #F40222
Tints of Torch Red #F40222
RGB
CMYK
RGB Variations
Color information
#F40222 (or 0xF40222) is known color: Torch Red. HEX triplet: F4, 02 and 22. RGB value is (244,2,34). Sum of RGB (Red+Green+Blue) = 244+2+34=280 (37% of max value = 765). Red value is 244 (95.70% from 255 or 87.14% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 244 - color contains mainly: red. Hex color #F40222 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40222 is #0BFDDD. Grayscale: #4E4E4E. Windows color (decimal): -785886 or 2228980. OLE color: 2228980.
HSL color Cylindrical-coordinate representation of color #F40222: hue angle of 352.07º 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 #F40222 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 2 | 34 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.04 |
| HSL | 352.07º | 0.98% | 0.48% | - |
| HSV(B) | 352.07º | 0.99% | 0.96% | - |
| XYZ | 37.62 | 19.39 | 3.27 | - |
| YUV | 78.01 | 103.17 | 246.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 2 | 34 | 0 | 0.99 | 0.86 | 0.04 | 352.07 | 0.98 | 0.48 |
| Hex | F4 | 2 | 22 | 0 | 63 | 56 | 4 | 160 | 62 | 30 |
| Octal | 364 | 2 | 42 | 0 | 143 | 126 | 4 | 540 | 142 | 60 |
| Binary | 11110100 | 10 | 100010 | 0 | 1100011 | 1010110 | 100 | 101100000 | 1100010 | 110000 |
Color Harmonies of #F40222
Complementary color
Monochromatic Colors of #F40222
Black with #F40222
Text Example
Text Example
White with #F40222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40222; }
p { color: rgb(244,2,34); }
H1.HeaderClassName
{
color: #F40222;
}
.AnyTagClassName
{
color: #F40222;
}
</style>
background-color css
<style>
a { background-color: #F40222; }
a { background-color: rgb(244,2,34); }
div.DivClassName
{
background-color: #F40222;
}
.BgClassName
{
background-color: #F40222;
}
</style>
border-color css
<style>
span { border-color: #F40222; }
span { border-color: rgb(244,2,34); }
td.TdClassName
{
border-color: #F40222;
}
.TagClassName
{
border-color: #F40222;
}
</style>