Shades of Torch Red #F1002F
Tints of Torch Red #F1002F
RGB
CMYK
RGB Variations
Color information
#F1002F (or 0xF1002F) is known color: Torch Red. HEX triplet: F1, 00 and 2F. RGB value is (241,0,47). Sum of RGB (Red+Green+Blue) = 241+0+47=288 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.68% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 241 - color contains mainly: red. Hex color #F1002F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1002F is #0EFFD0. Grayscale: #4D4D4D. Windows color (decimal): -982993 or 3080433. OLE color: 3080433.
HSL color Cylindrical-coordinate representation of color #F1002F: hue angle of 348.3º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1002F is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.80 | 0.05 |
| HSL | 348.3º | 1% | 0.47% | - |
| HSV(B) | 348.3º | 1% | 0.95% | - |
| XYZ | 36.79 | 18.91 | 4.4 | - |
| YUV | 77.42 | 110.84 | 244.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 47 | 0 | 1 | 0.80 | 0.05 | 348.3 | 1 | 0.47 |
| Hex | F1 | 0 | 2F | 0 | 64 | 50 | 5 | 15C | 64 | 2F |
| Octal | 361 | 0 | 57 | 0 | 144 | 120 | 5 | 534 | 144 | 57 |
| Binary | 11110001 | 0 | 101111 | 0 | 1100100 | 1010000 | 101 | 101011100 | 1100100 | 101111 |
Color Harmonies of #F1002F
Complementary color
Monochromatic Colors of #F1002F
Black with #F1002F
Text Example
Text Example
White with #F1002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1002F; }
p { color: rgb(241,0,47); }
H1.HeaderClassName
{
color: #F1002F;
}
.AnyTagClassName
{
color: #F1002F;
}
</style>
background-color css
<style>
a { background-color: #F1002F; }
a { background-color: rgb(241,0,47); }
div.DivClassName
{
background-color: #F1002F;
}
.BgClassName
{
background-color: #F1002F;
}
</style>
border-color css
<style>
span { border-color: #F1002F; }
span { border-color: rgb(241,0,47); }
td.TdClassName
{
border-color: #F1002F;
}
.TagClassName
{
border-color: #F1002F;
}
</style>