Shades of Torch Red #F10518
Tints of Torch Red #F10518
RGB
CMYK
RGB Variations
Color information
#F10518 (or 0xF10518) is known color: Torch Red. HEX triplet: F1, 05 and 18. RGB value is (241,5,24). Sum of RGB (Red+Green+Blue) = 241+5+24=270 (35% of max value = 765). Red value is 241 (94.53% from 255 or 89.26% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 241 - color contains mainly: red. Hex color #F10518 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10518 is #0EFAE7. Grayscale: #4D4D4D. Windows color (decimal): -981736 or 1574385. OLE color: 1574385.
HSL color Cylindrical-coordinate representation of color #F10518: hue angle of 355.17º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10518 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 24 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.05 |
| HSL | 355.17º | 0.96% | 0.48% | - |
| HSV(B) | 355.17º | 0.98% | 0.95% | - |
| XYZ | 36.49 | 18.88 | 2.58 | - |
| YUV | 77.73 | 97.69 | 244.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 24 | 0 | 0.98 | 0.90 | 0.05 | 355.17 | 0.96 | 0.48 |
| Hex | F1 | 5 | 18 | 0 | 62 | 5A | 5 | 163 | 60 | 30 |
| Octal | 361 | 5 | 30 | 0 | 142 | 132 | 5 | 543 | 140 | 60 |
| Binary | 11110001 | 101 | 11000 | 0 | 1100010 | 1011010 | 101 | 101100011 | 1100000 | 110000 |
Color Harmonies of #F10518
Complementary color
Monochromatic Colors of #F10518
Black with #F10518
Text Example
Text Example
White with #F10518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10518; }
p { color: rgb(241,5,24); }
H1.HeaderClassName
{
color: #F10518;
}
.AnyTagClassName
{
color: #F10518;
}
</style>
background-color css
<style>
a { background-color: #F10518; }
a { background-color: rgb(241,5,24); }
div.DivClassName
{
background-color: #F10518;
}
.BgClassName
{
background-color: #F10518;
}
</style>
border-color css
<style>
span { border-color: #F10518; }
span { border-color: rgb(241,5,24); }
td.TdClassName
{
border-color: #F10518;
}
.TagClassName
{
border-color: #F10518;
}
</style>