Shades of Torch Red #F1021E
Tints of Torch Red #F1021E
RGB
CMYK
RGB Variations
Color information
#F1021E (or 0xF1021E) is known color: Torch Red. HEX triplet: F1, 02 and 1E. RGB value is (241,2,30). Sum of RGB (Red+Green+Blue) = 241+2+30=273 (36% of max value = 765). Red value is 241 (94.53% from 255 or 88.28% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 241 - color contains mainly: red. Hex color #F1021E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1021E is #0EFDE1. Grayscale: #4C4C4C. Windows color (decimal): -982498 or 1966833. OLE color: 1966833.
HSL color Cylindrical-coordinate representation of color #F1021E: hue angle of 352.97º 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 #F1021E is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 30 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.05 |
| HSL | 352.97º | 0.98% | 0.48% | - |
| HSV(B) | 352.97º | 0.99% | 0.95% | - |
| XYZ | 36.53 | 18.84 | 2.94 | - |
| YUV | 76.65 | 101.68 | 245.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 30 | 0 | 0.99 | 0.88 | 0.05 | 352.97 | 0.98 | 0.48 |
| Hex | F1 | 2 | 1E | 0 | 63 | 58 | 5 | 161 | 62 | 30 |
| Octal | 361 | 2 | 36 | 0 | 143 | 130 | 5 | 541 | 142 | 60 |
| Binary | 11110001 | 10 | 11110 | 0 | 1100011 | 1011000 | 101 | 101100001 | 1100010 | 110000 |
Color Harmonies of #F1021E
Complementary color
Monochromatic Colors of #F1021E
Black with #F1021E
Text Example
Text Example
White with #F1021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1021E; }
p { color: rgb(241,2,30); }
H1.HeaderClassName
{
color: #F1021E;
}
.AnyTagClassName
{
color: #F1021E;
}
</style>
background-color css
<style>
a { background-color: #F1021E; }
a { background-color: rgb(241,2,30); }
div.DivClassName
{
background-color: #F1021E;
}
.BgClassName
{
background-color: #F1021E;
}
</style>
border-color css
<style>
span { border-color: #F1021E; }
span { border-color: rgb(241,2,30); }
td.TdClassName
{
border-color: #F1021E;
}
.TagClassName
{
border-color: #F1021E;
}
</style>