Shades of Torch Red #F11730
Tints of Torch Red #F11730
RGB
CMYK
RGB Variations
Color information
#F11730 (or 0xF11730) is known color: Torch Red. HEX triplet: F1, 17 and 30. RGB value is (241,23,48). Sum of RGB (Red+Green+Blue) = 241+23+48=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F11730 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11730 is #0EE8CF. Grayscale: #5B5B5B. Windows color (decimal): -977104 or 3151857. OLE color: 3151857.
HSL color Cylindrical-coordinate representation of color #F11730: hue angle of 353.12º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11730 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 48 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.05 |
| HSL | 353.12º | 0.89% | 0.52% | - |
| HSV(B) | 353.12º | 0.9% | 0.95% | - |
| XYZ | 37.12 | 19.53 | 4.61 | - |
| YUV | 91.03 | 103.72 | 234.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 48 | 0 | 0.90 | 0.80 | 0.05 | 353.12 | 0.89 | 0.52 |
| Hex | F1 | 17 | 30 | 0 | 5A | 50 | 5 | 161 | 59 | 34 |
| Octal | 361 | 27 | 60 | 0 | 132 | 120 | 5 | 541 | 131 | 64 |
| Binary | 11110001 | 10111 | 110000 | 0 | 1011010 | 1010000 | 101 | 101100001 | 1011001 | 110100 |
Color Harmonies of #F11730
Complementary color
Monochromatic Colors of #F11730
Black with #F11730
Text Example
Text Example
White with #F11730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11730; }
p { color: rgb(241,23,48); }
H1.HeaderClassName
{
color: #F11730;
}
.AnyTagClassName
{
color: #F11730;
}
</style>
background-color css
<style>
a { background-color: #F11730; }
a { background-color: rgb(241,23,48); }
div.DivClassName
{
background-color: #F11730;
}
.BgClassName
{
background-color: #F11730;
}
</style>
border-color css
<style>
span { border-color: #F11730; }
span { border-color: rgb(241,23,48); }
td.TdClassName
{
border-color: #F11730;
}
.TagClassName
{
border-color: #F11730;
}
</style>