Shades of Torch Red #F10829
Tints of Torch Red #F10829
RGB
CMYK
RGB Variations
Color information
#F10829 (or 0xF10829) is known color: Torch Red. HEX triplet: F1, 08 and 29. RGB value is (241,8,41). Sum of RGB (Red+Green+Blue) = 241+8+41=290 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.10% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 241 - color contains mainly: red. Hex color #F10829 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10829 is #0EF7D6. Grayscale: #515151. Windows color (decimal): -980951 or 2689265. OLE color: 2689265.
HSL color Cylindrical-coordinate representation of color #F10829: hue angle of 351.5º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F10829 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 41 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.05 |
| HSL | 351.5º | 0.94% | 0.49% | - |
| HSV(B) | 351.5º | 0.97% | 0.95% | - |
| XYZ | 36.76 | 19.03 | 3.83 | - |
| YUV | 81.43 | 105.19 | 241.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 41 | 0 | 0.97 | 0.83 | 0.05 | 351.5 | 0.94 | 0.49 |
| Hex | F1 | 8 | 29 | 0 | 61 | 53 | 5 | 160 | 5E | 31 |
| Octal | 361 | 10 | 51 | 0 | 141 | 123 | 5 | 540 | 136 | 61 |
| Binary | 11110001 | 1000 | 101001 | 0 | 1100001 | 1010011 | 101 | 101100000 | 1011110 | 110001 |
Color Harmonies of #F10829
Complementary color
Monochromatic Colors of #F10829
Black with #F10829
Text Example
Text Example
White with #F10829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10829; }
p { color: rgb(241,8,41); }
H1.HeaderClassName
{
color: #F10829;
}
.AnyTagClassName
{
color: #F10829;
}
</style>
background-color css
<style>
a { background-color: #F10829; }
a { background-color: rgb(241,8,41); }
div.DivClassName
{
background-color: #F10829;
}
.BgClassName
{
background-color: #F10829;
}
</style>
border-color css
<style>
span { border-color: #F10829; }
span { border-color: rgb(241,8,41); }
td.TdClassName
{
border-color: #F10829;
}
.TagClassName
{
border-color: #F10829;
}
</style>