Shades of Torch Red #F1031A
Tints of Torch Red #F1031A
RGB
CMYK
RGB Variations
Color information
#F1031A (or 0xF1031A) is known color: Torch Red. HEX triplet: F1, 03 and 1A. RGB value is (241,3,26). Sum of RGB (Red+Green+Blue) = 241+3+26=270 (35% of max value = 765). Red value is 241 (94.53% from 255 or 89.26% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 241 - color contains mainly: red. Hex color #F1031A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1031A is #0EFCE5. Grayscale: #4C4C4C. Windows color (decimal): -982246 or 1704945. OLE color: 1704945.
HSL color Cylindrical-coordinate representation of color #F1031A: hue angle of 354.2º 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 #F1031A is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 26 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.05 |
| HSL | 354.2º | 0.98% | 0.48% | - |
| HSV(B) | 354.2º | 0.99% | 0.95% | - |
| XYZ | 36.49 | 18.84 | 2.69 | - |
| YUV | 76.78 | 99.35 | 245.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 26 | 0 | 0.99 | 0.89 | 0.05 | 354.2 | 0.98 | 0.48 |
| Hex | F1 | 3 | 1A | 0 | 63 | 59 | 5 | 162 | 62 | 30 |
| Octal | 361 | 3 | 32 | 0 | 143 | 131 | 5 | 542 | 142 | 60 |
| Binary | 11110001 | 11 | 11010 | 0 | 1100011 | 1011001 | 101 | 101100010 | 1100010 | 110000 |
Color Harmonies of #F1031A
Complementary color
Monochromatic Colors of #F1031A
Black with #F1031A
Text Example
Text Example
White with #F1031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1031A; }
p { color: rgb(241,3,26); }
H1.HeaderClassName
{
color: #F1031A;
}
.AnyTagClassName
{
color: #F1031A;
}
</style>
background-color css
<style>
a { background-color: #F1031A; }
a { background-color: rgb(241,3,26); }
div.DivClassName
{
background-color: #F1031A;
}
.BgClassName
{
background-color: #F1031A;
}
</style>
border-color css
<style>
span { border-color: #F1031A; }
span { border-color: rgb(241,3,26); }
td.TdClassName
{
border-color: #F1031A;
}
.TagClassName
{
border-color: #F1031A;
}
</style>