Shades of Torch Red #F10329
Tints of Torch Red #F10329
RGB
CMYK
RGB Variations
Color information
#F10329 (or 0xF10329) is known color: Torch Red. HEX triplet: F1, 03 and 29. RGB value is (241,3,41). Sum of RGB (Red+Green+Blue) = 241+3+41=285 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.56% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 241 - color contains mainly: red. Hex color #F10329 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10329 is #0EFCD6. Grayscale: #4E4E4E. Windows color (decimal): -982231 or 2687985. OLE color: 2687985.
HSL color Cylindrical-coordinate representation of color #F10329: hue angle of 350.42º 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 #F10329 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 41 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.05 |
| HSL | 350.42º | 0.98% | 0.48% | - |
| HSV(B) | 350.42º | 0.99% | 0.95% | - |
| XYZ | 36.71 | 18.93 | 3.82 | - |
| YUV | 78.49 | 106.85 | 243.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 41 | 0 | 0.99 | 0.83 | 0.05 | 350.42 | 0.98 | 0.48 |
| Hex | F1 | 3 | 29 | 0 | 63 | 53 | 5 | 15E | 62 | 30 |
| Octal | 361 | 3 | 51 | 0 | 143 | 123 | 5 | 536 | 142 | 60 |
| Binary | 11110001 | 11 | 101001 | 0 | 1100011 | 1010011 | 101 | 101011110 | 1100010 | 110000 |
Color Harmonies of #F10329
Complementary color
Monochromatic Colors of #F10329
Black with #F10329
Text Example
Text Example
White with #F10329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10329; }
p { color: rgb(241,3,41); }
H1.HeaderClassName
{
color: #F10329;
}
.AnyTagClassName
{
color: #F10329;
}
</style>
background-color css
<style>
a { background-color: #F10329; }
a { background-color: rgb(241,3,41); }
div.DivClassName
{
background-color: #F10329;
}
.BgClassName
{
background-color: #F10329;
}
</style>
border-color css
<style>
span { border-color: #F10329; }
span { border-color: rgb(241,3,41); }
td.TdClassName
{
border-color: #F10329;
}
.TagClassName
{
border-color: #F10329;
}
</style>