Shades of Torch Red #F10129
Tints of Torch Red #F10129
RGB
CMYK
RGB Variations
Color information
#F10129 (or 0xF10129) is known color: Torch Red. HEX triplet: F1, 01 and 29. RGB value is (241,1,41). Sum of RGB (Red+Green+Blue) = 241+1+41=283 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.16% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 241 - color contains mainly: red. Hex color #F10129 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10129 is #0EFED6. Grayscale: #4D4D4D. Windows color (decimal): -982743 or 2687473. OLE color: 2687473.
HSL color Cylindrical-coordinate representation of color #F10129: hue angle of 350º 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 #F10129 is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 41 | - |
| CMYK | 0 | 1.00 | 0.83 | 0.05 |
| HSL | 350º | 0.99% | 0.47% | - |
| HSV(B) | 350º | 1% | 0.95% | - |
| XYZ | 36.69 | 18.88 | 3.81 | - |
| YUV | 77.32 | 107.51 | 244.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 41 | 0 | 1.00 | 0.83 | 0.05 | 350 | 0.99 | 0.47 |
| Hex | F1 | 1 | 29 | 0 | 64 | 53 | 5 | 15E | 63 | 2F |
| Octal | 361 | 1 | 51 | 0 | 144 | 123 | 5 | 536 | 143 | 57 |
| Binary | 11110001 | 1 | 101001 | 0 | 1100100 | 1010011 | 101 | 101011110 | 1100011 | 101111 |
Color Harmonies of #F10129
Complementary color
Monochromatic Colors of #F10129
Black with #F10129
Text Example
Text Example
White with #F10129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10129; }
p { color: rgb(241,1,41); }
H1.HeaderClassName
{
color: #F10129;
}
.AnyTagClassName
{
color: #F10129;
}
</style>
background-color css
<style>
a { background-color: #F10129; }
a { background-color: rgb(241,1,41); }
div.DivClassName
{
background-color: #F10129;
}
.BgClassName
{
background-color: #F10129;
}
</style>
border-color css
<style>
span { border-color: #F10129; }
span { border-color: rgb(241,1,41); }
td.TdClassName
{
border-color: #F10129;
}
.TagClassName
{
border-color: #F10129;
}
</style>