Shades of Torch Red #F1031D
Tints of Torch Red #F1031D
RGB
CMYK
RGB Variations
Color information
#F1031D (or 0xF1031D) is known color: Torch Red. HEX triplet: F1, 03 and 1D. RGB value is (241,3,29). Sum of RGB (Red+Green+Blue) = 241+3+29=273 (36% of max value = 765). Red value is 241 (94.53% from 255 or 88.28% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 241 - color contains mainly: red. Hex color #F1031D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1031D is #0EFCE2. Grayscale: #4D4D4D. Windows color (decimal): -982243 or 1901553. OLE color: 1901553.
HSL color Cylindrical-coordinate representation of color #F1031D: hue angle of 353.45º 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 #F1031D is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 29 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.05 |
| HSL | 353.45º | 0.98% | 0.48% | - |
| HSV(B) | 353.45º | 0.99% | 0.95% | - |
| XYZ | 36.53 | 18.85 | 2.88 | - |
| YUV | 77.13 | 100.85 | 244.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 29 | 0 | 0.99 | 0.88 | 0.05 | 353.45 | 0.98 | 0.48 |
| Hex | F1 | 3 | 1D | 0 | 63 | 58 | 5 | 161 | 62 | 30 |
| Octal | 361 | 3 | 35 | 0 | 143 | 130 | 5 | 541 | 142 | 60 |
| Binary | 11110001 | 11 | 11101 | 0 | 1100011 | 1011000 | 101 | 101100001 | 1100010 | 110000 |
Color Harmonies of #F1031D
Complementary color
Monochromatic Colors of #F1031D
Black with #F1031D
Text Example
Text Example
White with #F1031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1031D; }
p { color: rgb(241,3,29); }
H1.HeaderClassName
{
color: #F1031D;
}
.AnyTagClassName
{
color: #F1031D;
}
</style>
background-color css
<style>
a { background-color: #F1031D; }
a { background-color: rgb(241,3,29); }
div.DivClassName
{
background-color: #F1031D;
}
.BgClassName
{
background-color: #F1031D;
}
</style>
border-color css
<style>
span { border-color: #F1031D; }
span { border-color: rgb(241,3,29); }
td.TdClassName
{
border-color: #F1031D;
}
.TagClassName
{
border-color: #F1031D;
}
</style>