Shades of Torch Red #F10918
Tints of Torch Red #F10918
RGB
CMYK
RGB Variations
Color information
#F10918 (or 0xF10918) is known color: Torch Red. HEX triplet: F1, 09 and 18. RGB value is (241,9,24). Sum of RGB (Red+Green+Blue) = 241+9+24=274 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.96% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 241 - color contains mainly: red. Hex color #F10918 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10918 is #0EF6E7. Grayscale: #505050. Windows color (decimal): -980712 or 1575409. OLE color: 1575409.
HSL color Cylindrical-coordinate representation of color #F10918: hue angle of 356.12º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10918 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 24 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.05 |
| HSL | 356.12º | 0.93% | 0.49% | - |
| HSV(B) | 356.12º | 0.96% | 0.95% | - |
| XYZ | 36.54 | 18.96 | 2.6 | - |
| YUV | 80.08 | 96.36 | 242.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 24 | 0 | 0.96 | 0.90 | 0.05 | 356.12 | 0.93 | 0.49 |
| Hex | F1 | 9 | 18 | 0 | 60 | 5A | 5 | 164 | 5D | 31 |
| Octal | 361 | 11 | 30 | 0 | 140 | 132 | 5 | 544 | 135 | 61 |
| Binary | 11110001 | 1001 | 11000 | 0 | 1100000 | 1011010 | 101 | 101100100 | 1011101 | 110001 |
Color Harmonies of #F10918
Complementary color
Monochromatic Colors of #F10918
Black with #F10918
Text Example
Text Example
White with #F10918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10918; }
p { color: rgb(241,9,24); }
H1.HeaderClassName
{
color: #F10918;
}
.AnyTagClassName
{
color: #F10918;
}
</style>
background-color css
<style>
a { background-color: #F10918; }
a { background-color: rgb(241,9,24); }
div.DivClassName
{
background-color: #F10918;
}
.BgClassName
{
background-color: #F10918;
}
</style>
border-color css
<style>
span { border-color: #F10918; }
span { border-color: rgb(241,9,24); }
td.TdClassName
{
border-color: #F10918;
}
.TagClassName
{
border-color: #F10918;
}
</style>