Shades of Torch Red #F10222
Tints of Torch Red #F10222
RGB
CMYK
RGB Variations
Color information
#F10222 (or 0xF10222) is known color: Torch Red. HEX triplet: F1, 02 and 22. RGB value is (241,2,34). Sum of RGB (Red+Green+Blue) = 241+2+34=277 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.00% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 241 - color contains mainly: red. Hex color #F10222 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10222 is #0EFDDD. Grayscale: #4D4D4D. Windows color (decimal): -982494 or 2228977. OLE color: 2228977.
HSL color Cylindrical-coordinate representation of color #F10222: hue angle of 351.97º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F10222 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 34 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.05 |
| HSL | 351.97º | 0.98% | 0.48% | - |
| HSV(B) | 351.97º | 0.99% | 0.95% | - |
| XYZ | 36.59 | 18.86 | 3.23 | - |
| YUV | 77.11 | 103.68 | 244.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 34 | 0 | 0.99 | 0.86 | 0.05 | 351.97 | 0.98 | 0.48 |
| Hex | F1 | 2 | 22 | 0 | 63 | 56 | 5 | 160 | 62 | 30 |
| Octal | 361 | 2 | 42 | 0 | 143 | 126 | 5 | 540 | 142 | 60 |
| Binary | 11110001 | 10 | 100010 | 0 | 1100011 | 1010110 | 101 | 101100000 | 1100010 | 110000 |
Color Harmonies of #F10222
Complementary color
Monochromatic Colors of #F10222
Black with #F10222
Text Example
Text Example
White with #F10222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10222; }
p { color: rgb(241,2,34); }
H1.HeaderClassName
{
color: #F10222;
}
.AnyTagClassName
{
color: #F10222;
}
</style>
background-color css
<style>
a { background-color: #F10222; }
a { background-color: rgb(241,2,34); }
div.DivClassName
{
background-color: #F10222;
}
.BgClassName
{
background-color: #F10222;
}
</style>
border-color css
<style>
span { border-color: #F10222; }
span { border-color: rgb(241,2,34); }
td.TdClassName
{
border-color: #F10222;
}
.TagClassName
{
border-color: #F10222;
}
</style>