Shades of Torch Red #F11530
Tints of Torch Red #F11530
RGB
CMYK
RGB Variations
Color information
#F11530 (or 0xF11530) is known color: Torch Red. HEX triplet: F1, 15 and 30. RGB value is (241,21,48). Sum of RGB (Red+Green+Blue) = 241+21+48=310 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.74% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 241 - color contains mainly: red. Hex color #F11530 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11530 is #0EEACF. Grayscale: #595959. Windows color (decimal): -977616 or 3151345. OLE color: 3151345.
HSL color Cylindrical-coordinate representation of color #F11530: hue angle of 352.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11530 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 48 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.05 |
| HSL | 352.64º | 0.89% | 0.51% | - |
| HSV(B) | 352.64º | 0.91% | 0.95% | - |
| XYZ | 37.08 | 19.45 | 4.6 | - |
| YUV | 89.86 | 104.39 | 235.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 48 | 0 | 0.91 | 0.80 | 0.05 | 352.64 | 0.89 | 0.51 |
| Hex | F1 | 15 | 30 | 0 | 5B | 50 | 5 | 161 | 59 | 33 |
| Octal | 361 | 25 | 60 | 0 | 133 | 120 | 5 | 541 | 131 | 63 |
| Binary | 11110001 | 10101 | 110000 | 0 | 1011011 | 1010000 | 101 | 101100001 | 1011001 | 110011 |
Color Harmonies of #F11530
Complementary color
Monochromatic Colors of #F11530
Black with #F11530
Text Example
Text Example
White with #F11530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11530; }
p { color: rgb(241,21,48); }
H1.HeaderClassName
{
color: #F11530;
}
.AnyTagClassName
{
color: #F11530;
}
</style>
background-color css
<style>
a { background-color: #F11530; }
a { background-color: rgb(241,21,48); }
div.DivClassName
{
background-color: #F11530;
}
.BgClassName
{
background-color: #F11530;
}
</style>
border-color css
<style>
span { border-color: #F11530; }
span { border-color: rgb(241,21,48); }
td.TdClassName
{
border-color: #F11530;
}
.TagClassName
{
border-color: #F11530;
}
</style>