Shades of Torch Red #F1021C
Tints of Torch Red #F1021C
RGB
CMYK
RGB Variations
Color information
#F1021C (or 0xF1021C) is known color: Torch Red. HEX triplet: F1, 02 and 1C. RGB value is (241,2,28). Sum of RGB (Red+Green+Blue) = 241+2+28=271 (35% of max value = 765). Red value is 241 (94.53% from 255 or 88.93% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 241 - color contains mainly: red. Hex color #F1021C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1021C is #0EFDE3. Grayscale: #4C4C4C. Windows color (decimal): -982500 or 1835761. OLE color: 1835761.
HSL color Cylindrical-coordinate representation of color #F1021C: hue angle of 353.47º 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 #F1021C is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.05 |
| HSL | 353.47º | 0.98% | 0.48% | - |
| HSV(B) | 353.47º | 0.99% | 0.95% | - |
| XYZ | 36.51 | 18.83 | 2.81 | - |
| YUV | 76.43 | 100.68 | 245.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 28 | 0 | 0.99 | 0.88 | 0.05 | 353.47 | 0.98 | 0.48 |
| Hex | F1 | 2 | 1C | 0 | 63 | 58 | 5 | 161 | 62 | 30 |
| Octal | 361 | 2 | 34 | 0 | 143 | 130 | 5 | 541 | 142 | 60 |
| Binary | 11110001 | 10 | 11100 | 0 | 1100011 | 1011000 | 101 | 101100001 | 1100010 | 110000 |
Color Harmonies of #F1021C
Complementary color
Monochromatic Colors of #F1021C
Black with #F1021C
Text Example
Text Example
White with #F1021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1021C; }
p { color: rgb(241,2,28); }
H1.HeaderClassName
{
color: #F1021C;
}
.AnyTagClassName
{
color: #F1021C;
}
</style>
background-color css
<style>
a { background-color: #F1021C; }
a { background-color: rgb(241,2,28); }
div.DivClassName
{
background-color: #F1021C;
}
.BgClassName
{
background-color: #F1021C;
}
</style>
border-color css
<style>
span { border-color: #F1021C; }
span { border-color: rgb(241,2,28); }
td.TdClassName
{
border-color: #F1021C;
}
.TagClassName
{
border-color: #F1021C;
}
</style>