Shades of Torch Red #F10218
Tints of Torch Red #F10218
RGB
CMYK
RGB Variations
Color information
#F10218 (or 0xF10218) is known color: Torch Red. HEX triplet: F1, 02 and 18. RGB value is (241,2,24). Sum of RGB (Red+Green+Blue) = 241+2+24=267 (35% of max value = 765). Red value is 241 (94.53% from 255 or 90.26% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 241 - color contains mainly: red. Hex color #F10218 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10218 is #0EFDE7. Grayscale: #4C4C4C. Windows color (decimal): -982504 or 1573617. OLE color: 1573617.
HSL color Cylindrical-coordinate representation of color #F10218: hue angle of 354.48º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F10218 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 24 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.05 |
| HSL | 354.48º | 0.98% | 0.48% | - |
| HSV(B) | 354.48º | 0.99% | 0.95% | - |
| XYZ | 36.46 | 18.81 | 2.57 | - |
| YUV | 75.97 | 98.68 | 245.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 24 | 0 | 0.99 | 0.90 | 0.05 | 354.48 | 0.98 | 0.48 |
| Hex | F1 | 2 | 18 | 0 | 63 | 5A | 5 | 162 | 62 | 30 |
| Octal | 361 | 2 | 30 | 0 | 143 | 132 | 5 | 542 | 142 | 60 |
| Binary | 11110001 | 10 | 11000 | 0 | 1100011 | 1011010 | 101 | 101100010 | 1100010 | 110000 |
Color Harmonies of #F10218
Complementary color
Monochromatic Colors of #F10218
Black with #F10218
Text Example
Text Example
White with #F10218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10218; }
p { color: rgb(241,2,24); }
H1.HeaderClassName
{
color: #F10218;
}
.AnyTagClassName
{
color: #F10218;
}
</style>
background-color css
<style>
a { background-color: #F10218; }
a { background-color: rgb(241,2,24); }
div.DivClassName
{
background-color: #F10218;
}
.BgClassName
{
background-color: #F10218;
}
</style>
border-color css
<style>
span { border-color: #F10218; }
span { border-color: rgb(241,2,24); }
td.TdClassName
{
border-color: #F10218;
}
.TagClassName
{
border-color: #F10218;
}
</style>