Shades of Torch Red #F11630
Tints of Torch Red #F11630
RGB
CMYK
RGB Variations
Color information
#F11630 (or 0xF11630) is known color: Torch Red. HEX triplet: F1, 16 and 30. RGB value is (241,22,48). Sum of RGB (Red+Green+Blue) = 241+22+48=311 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.49% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 241 - color contains mainly: red. Hex color #F11630 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11630 is #0EE9CF. Grayscale: #5A5A5A. Windows color (decimal): -977360 or 3151601. OLE color: 3151601.
HSL color Cylindrical-coordinate representation of color #F11630: hue angle of 352.88º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11630 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 48 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.05 |
| HSL | 352.88º | 0.89% | 0.52% | - |
| HSV(B) | 352.88º | 0.91% | 0.95% | - |
| XYZ | 37.1 | 19.49 | 4.6 | - |
| YUV | 90.45 | 104.05 | 235.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 48 | 0 | 0.91 | 0.80 | 0.05 | 352.88 | 0.89 | 0.52 |
| Hex | F1 | 16 | 30 | 0 | 5B | 50 | 5 | 161 | 59 | 34 |
| Octal | 361 | 26 | 60 | 0 | 133 | 120 | 5 | 541 | 131 | 64 |
| Binary | 11110001 | 10110 | 110000 | 0 | 1011011 | 1010000 | 101 | 101100001 | 1011001 | 110100 |
Color Harmonies of #F11630
Complementary color
Monochromatic Colors of #F11630
Black with #F11630
Text Example
Text Example
White with #F11630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11630; }
p { color: rgb(241,22,48); }
H1.HeaderClassName
{
color: #F11630;
}
.AnyTagClassName
{
color: #F11630;
}
</style>
background-color css
<style>
a { background-color: #F11630; }
a { background-color: rgb(241,22,48); }
div.DivClassName
{
background-color: #F11630;
}
.BgClassName
{
background-color: #F11630;
}
</style>
border-color css
<style>
span { border-color: #F11630; }
span { border-color: rgb(241,22,48); }
td.TdClassName
{
border-color: #F11630;
}
.TagClassName
{
border-color: #F11630;
}
</style>