Shades of Torch Red #F11A30
Tints of Torch Red #F11A30
RGB
CMYK
RGB Variations
Color information
#F11A30 (or 0xF11A30) is known color: Torch Red. HEX triplet: F1, 1A and 30. RGB value is (241,26,48). Sum of RGB (Red+Green+Blue) = 241+26+48=315 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.51% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11A30 is #0EE5CF. Grayscale: #5C5C5C. Windows color (decimal): -976336 or 3152625. OLE color: 3152625.
HSL color Cylindrical-coordinate representation of color #F11A30: hue angle of 353.86º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11A30 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 48 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.05 |
| HSL | 353.86º | 0.88% | 0.52% | - |
| HSV(B) | 353.86º | 0.89% | 0.95% | - |
| XYZ | 37.18 | 19.65 | 4.63 | - |
| YUV | 92.79 | 102.73 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 48 | 0 | 0.89 | 0.80 | 0.05 | 353.86 | 0.88 | 0.52 |
| Hex | F1 | 1A | 30 | 0 | 59 | 50 | 5 | 162 | 58 | 34 |
| Octal | 361 | 32 | 60 | 0 | 131 | 120 | 5 | 542 | 130 | 64 |
| Binary | 11110001 | 11010 | 110000 | 0 | 1011001 | 1010000 | 101 | 101100010 | 1011000 | 110100 |
Color Harmonies of #F11A30
Complementary color
Monochromatic Colors of #F11A30
Black with #F11A30
Text Example
Text Example
White with #F11A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11A30; }
p { color: rgb(241,26,48); }
H1.HeaderClassName
{
color: #F11A30;
}
.AnyTagClassName
{
color: #F11A30;
}
</style>
background-color css
<style>
a { background-color: #F11A30; }
a { background-color: rgb(241,26,48); }
div.DivClassName
{
background-color: #F11A30;
}
.BgClassName
{
background-color: #F11A30;
}
</style>
border-color css
<style>
span { border-color: #F11A30; }
span { border-color: rgb(241,26,48); }
td.TdClassName
{
border-color: #F11A30;
}
.TagClassName
{
border-color: #F11A30;
}
</style>