Shades of Torch Red #F1003D
Tints of Torch Red #F1003D
RGB
CMYK
RGB Variations
Color information
#F1003D (or 0xF1003D) is known color: Torch Red. HEX triplet: F1, 00 and 3D. RGB value is (241,0,61). Sum of RGB (Red+Green+Blue) = 241+0+61=302 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.80% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 241 - color contains mainly: red. Hex color #F1003D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1003D is #0EFFC2. Grayscale: #4F4F4F. Windows color (decimal): -982979 or 3997937. OLE color: 3997937.
HSL color Cylindrical-coordinate representation of color #F1003D: hue angle of 344.81º 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 #F1003D is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.75 | 0.05 |
| HSL | 344.81º | 1% | 0.47% | - |
| HSV(B) | 344.81º | 1% | 0.95% | - |
| XYZ | 37.12 | 19.04 | 6.13 | - |
| YUV | 79.01 | 117.84 | 243.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 61 | 0 | 1 | 0.75 | 0.05 | 344.81 | 1 | 0.47 |
| Hex | F1 | 0 | 3D | 0 | 64 | 4B | 5 | 159 | 64 | 2F |
| Octal | 361 | 0 | 75 | 0 | 144 | 113 | 5 | 531 | 144 | 57 |
| Binary | 11110001 | 0 | 111101 | 0 | 1100100 | 1001011 | 101 | 101011001 | 1100100 | 101111 |
Color Harmonies of #F1003D
Complementary color
Monochromatic Colors of #F1003D
Black with #F1003D
Text Example
Text Example
White with #F1003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1003D; }
p { color: rgb(241,0,61); }
H1.HeaderClassName
{
color: #F1003D;
}
.AnyTagClassName
{
color: #F1003D;
}
</style>
background-color css
<style>
a { background-color: #F1003D; }
a { background-color: rgb(241,0,61); }
div.DivClassName
{
background-color: #F1003D;
}
.BgClassName
{
background-color: #F1003D;
}
</style>
border-color css
<style>
span { border-color: #F1003D; }
span { border-color: rgb(241,0,61); }
td.TdClassName
{
border-color: #F1003D;
}
.TagClassName
{
border-color: #F1003D;
}
</style>