Shades of Torch Red #F10132
Tints of Torch Red #F10132
RGB
CMYK
RGB Variations
Color information
#F10132 (or 0xF10132) is known color: Torch Red. HEX triplet: F1, 01 and 32. RGB value is (241,1,50). Sum of RGB (Red+Green+Blue) = 241+1+50=292 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.53% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 241 - color contains mainly: red. Hex color #F10132 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10132 is #0EFECD. Grayscale: #4E4E4E. Windows color (decimal): -982734 or 3277297. OLE color: 3277297.
HSL color Cylindrical-coordinate representation of color #F10132: hue angle of 347.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10132 is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 50 | - |
| CMYK | 0 | 1.00 | 0.79 | 0.05 |
| HSL | 347.75º | 0.99% | 0.47% | - |
| HSV(B) | 347.75º | 1% | 0.95% | - |
| XYZ | 36.86 | 18.95 | 4.73 | - |
| YUV | 78.35 | 112.01 | 244.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 50 | 0 | 1.00 | 0.79 | 0.05 | 347.75 | 0.99 | 0.47 |
| Hex | F1 | 1 | 32 | 0 | 64 | 4F | 5 | 15C | 63 | 2F |
| Octal | 361 | 1 | 62 | 0 | 144 | 117 | 5 | 534 | 143 | 57 |
| Binary | 11110001 | 1 | 110010 | 0 | 1100100 | 1001111 | 101 | 101011100 | 1100011 | 101111 |
Color Harmonies of #F10132
Complementary color
Monochromatic Colors of #F10132
Black with #F10132
Text Example
Text Example
White with #F10132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10132; }
p { color: rgb(241,1,50); }
H1.HeaderClassName
{
color: #F10132;
}
.AnyTagClassName
{
color: #F10132;
}
</style>
background-color css
<style>
a { background-color: #F10132; }
a { background-color: rgb(241,1,50); }
div.DivClassName
{
background-color: #F10132;
}
.BgClassName
{
background-color: #F10132;
}
</style>
border-color css
<style>
span { border-color: #F10132; }
span { border-color: rgb(241,1,50); }
td.TdClassName
{
border-color: #F10132;
}
.TagClassName
{
border-color: #F10132;
}
</style>