Shades of Torch Red #F10019
Tints of Torch Red #F10019
RGB
CMYK
RGB Variations
Color information
#F10019 (or 0xF10019) is known color: Torch Red. HEX triplet: F1, 00 and 19. RGB value is (241,0,25). Sum of RGB (Red+Green+Blue) = 241+0+25=266 (35% of max value = 765). Red value is 241 (94.53% from 255 or 90.60% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 241 - color contains mainly: red. Hex color #F10019 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10019 is #0EFFE6. Grayscale: #4B4B4B. Windows color (decimal): -983015 or 1638641. OLE color: 1638641.
HSL color Cylindrical-coordinate representation of color #F10019: hue angle of 353.78º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10019 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.90 | 0.05 |
| HSL | 353.78º | 1% | 0.47% | - |
| HSV(B) | 353.78º | 1% | 0.95% | - |
| XYZ | 36.45 | 18.77 | 2.62 | - |
| YUV | 74.91 | 99.84 | 246.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 25 | 0 | 1 | 0.90 | 0.05 | 353.78 | 1 | 0.47 |
| Hex | F1 | 0 | 19 | 0 | 64 | 5A | 5 | 162 | 64 | 2F |
| Octal | 361 | 0 | 31 | 0 | 144 | 132 | 5 | 542 | 144 | 57 |
| Binary | 11110001 | 0 | 11001 | 0 | 1100100 | 1011010 | 101 | 101100010 | 1100100 | 101111 |
Color Harmonies of #F10019
Complementary color
Monochromatic Colors of #F10019
Black with #F10019
Text Example
Text Example
White with #F10019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10019; }
p { color: rgb(241,0,25); }
H1.HeaderClassName
{
color: #F10019;
}
.AnyTagClassName
{
color: #F10019;
}
</style>
background-color css
<style>
a { background-color: #F10019; }
a { background-color: rgb(241,0,25); }
div.DivClassName
{
background-color: #F10019;
}
.BgClassName
{
background-color: #F10019;
}
</style>
border-color css
<style>
span { border-color: #F10019; }
span { border-color: rgb(241,0,25); }
td.TdClassName
{
border-color: #F10019;
}
.TagClassName
{
border-color: #F10019;
}
</style>