Shades of Torch Red #F1003B
Tints of Torch Red #F1003B
RGB
CMYK
RGB Variations
Color information
#F1003B (or 0xF1003B) is known color: Torch Red. HEX triplet: F1, 00 and 3B. RGB value is (241,0,59). Sum of RGB (Red+Green+Blue) = 241+0+59=300 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 241 - color contains mainly: red. Hex color #F1003B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1003B is #0EFFC4. Grayscale: #4E4E4E. Windows color (decimal): -982981 or 3866865. OLE color: 3866865.
HSL color Cylindrical-coordinate representation of color #F1003B: hue angle of 345.31º 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 #F1003B is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.76 | 0.05 |
| HSL | 345.31º | 1% | 0.47% | - |
| HSV(B) | 345.31º | 1% | 0.95% | - |
| XYZ | 37.07 | 19.02 | 5.85 | - |
| YUV | 78.79 | 116.84 | 243.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 59 | 0 | 1 | 0.76 | 0.05 | 345.31 | 1 | 0.47 |
| Hex | F1 | 0 | 3B | 0 | 64 | 4C | 5 | 159 | 64 | 2F |
| Octal | 361 | 0 | 73 | 0 | 144 | 114 | 5 | 531 | 144 | 57 |
| Binary | 11110001 | 0 | 111011 | 0 | 1100100 | 1001100 | 101 | 101011001 | 1100100 | 101111 |
Color Harmonies of #F1003B
Complementary color
Monochromatic Colors of #F1003B
Black with #F1003B
Text Example
Text Example
White with #F1003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1003B; }
p { color: rgb(241,0,59); }
H1.HeaderClassName
{
color: #F1003B;
}
.AnyTagClassName
{
color: #F1003B;
}
</style>
background-color css
<style>
a { background-color: #F1003B; }
a { background-color: rgb(241,0,59); }
div.DivClassName
{
background-color: #F1003B;
}
.BgClassName
{
background-color: #F1003B;
}
</style>
border-color css
<style>
span { border-color: #F1003B; }
span { border-color: rgb(241,0,59); }
td.TdClassName
{
border-color: #F1003B;
}
.TagClassName
{
border-color: #F1003B;
}
</style>