Shades of Torch Red #F10C22
Tints of Torch Red #F10C22
RGB
CMYK
RGB Variations
Color information
#F10C22 (or 0xF10C22) is known color: Torch Red. HEX triplet: F1, 0C and 22. RGB value is (241,12,34). Sum of RGB (Red+Green+Blue) = 241+12+34=287 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.97% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 241 - color contains mainly: red. Hex color #F10C22 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10C22 is #0EF3DD. Grayscale: #535353. Windows color (decimal): -979934 or 2231537. OLE color: 2231537.
HSL color Cylindrical-coordinate representation of color #F10C22: hue angle of 354.24º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10C22 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 12 | 34 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.05 |
| HSL | 354.24º | 0.91% | 0.5% | - |
| HSV(B) | 354.24º | 0.95% | 0.95% | - |
| XYZ | 36.7 | 19.08 | 3.26 | - |
| YUV | 82.98 | 100.37 | 240.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 12 | 34 | 0 | 0.95 | 0.86 | 0.05 | 354.24 | 0.91 | 0.5 |
| Hex | F1 | C | 22 | 0 | 5F | 56 | 5 | 162 | 5B | 32 |
| Octal | 361 | 14 | 42 | 0 | 137 | 126 | 5 | 542 | 133 | 62 |
| Binary | 11110001 | 1100 | 100010 | 0 | 1011111 | 1010110 | 101 | 101100010 | 1011011 | 110010 |
Color Harmonies of #F10C22
Complementary color
Monochromatic Colors of #F10C22
Black with #F10C22
Text Example
Text Example
White with #F10C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10C22; }
p { color: rgb(241,12,34); }
H1.HeaderClassName
{
color: #F10C22;
}
.AnyTagClassName
{
color: #F10C22;
}
</style>
background-color css
<style>
a { background-color: #F10C22; }
a { background-color: rgb(241,12,34); }
div.DivClassName
{
background-color: #F10C22;
}
.BgClassName
{
background-color: #F10C22;
}
</style>
border-color css
<style>
span { border-color: #F10C22; }
span { border-color: rgb(241,12,34); }
td.TdClassName
{
border-color: #F10C22;
}
.TagClassName
{
border-color: #F10C22;
}
</style>