Shades of Torch Red #F10326
Tints of Torch Red #F10326
RGB
CMYK
RGB Variations
Color information
#F10326 (or 0xF10326) is known color: Torch Red. HEX triplet: F1, 03 and 26. RGB value is (241,3,38). Sum of RGB (Red+Green+Blue) = 241+3+38=282 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.46% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 241 - color contains mainly: red. Hex color #F10326 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10326 is #0EFCD9. Grayscale: #4E4E4E. Windows color (decimal): -982234 or 2491377. OLE color: 2491377.
HSL color Cylindrical-coordinate representation of color #F10326: hue angle of 351.18º 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 #F10326 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 38 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.05 |
| HSL | 351.18º | 0.98% | 0.48% | - |
| HSV(B) | 351.18º | 0.99% | 0.95% | - |
| XYZ | 36.66 | 18.91 | 3.55 | - |
| YUV | 78.15 | 105.35 | 244.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 38 | 0 | 0.99 | 0.84 | 0.05 | 351.18 | 0.98 | 0.48 |
| Hex | F1 | 3 | 26 | 0 | 63 | 54 | 5 | 15F | 62 | 30 |
| Octal | 361 | 3 | 46 | 0 | 143 | 124 | 5 | 537 | 142 | 60 |
| Binary | 11110001 | 11 | 100110 | 0 | 1100011 | 1010100 | 101 | 101011111 | 1100010 | 110000 |
Color Harmonies of #F10326
Complementary color
Monochromatic Colors of #F10326
Black with #F10326
Text Example
Text Example
White with #F10326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10326; }
p { color: rgb(241,3,38); }
H1.HeaderClassName
{
color: #F10326;
}
.AnyTagClassName
{
color: #F10326;
}
</style>
background-color css
<style>
a { background-color: #F10326; }
a { background-color: rgb(241,3,38); }
div.DivClassName
{
background-color: #F10326;
}
.BgClassName
{
background-color: #F10326;
}
</style>
border-color css
<style>
span { border-color: #F10326; }
span { border-color: rgb(241,3,38); }
td.TdClassName
{
border-color: #F10326;
}
.TagClassName
{
border-color: #F10326;
}
</style>