Shades of Torch Red #FF0119
Tints of Torch Red #FF0119
RGB
CMYK
RGB Variations
Color information
#FF0119 (or 0xFF0119) is known color: Torch Red. HEX triplet: FF, 01 and 19. RGB value is (255,1,25). Sum of RGB (Red+Green+Blue) = 255+1+25=281 (37% of max value = 765). Red value is 255 (100% from 255 or 90.75% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0119 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0119 is #00FEE6. Grayscale: #4F4F4F. Windows color (decimal): -65255 or 1638911. OLE color: 1638911.
HSL color Cylindrical-coordinate representation of color #FF0119: hue angle of 354.33º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0119 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 25 | - |
| CMYK | 0 | 1.00 | 0.90 | 0 |
| HSL | 354.33º | 1% | 0.5% | - |
| HSV(B) | 354.33º | 1% | 1% | - |
| XYZ | 41.43 | 21.35 | 2.86 | - |
| YUV | 79.68 | 97.15 | 253.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 25 | 0 | 1.00 | 0.90 | 0 | 354.33 | 1 | 0.5 |
| Hex | FF | 1 | 19 | 0 | 64 | 5A | 0 | 162 | 64 | 32 |
| Octal | 377 | 1 | 31 | 0 | 144 | 132 | 0 | 542 | 144 | 62 |
| Binary | 11111111 | 1 | 11001 | 0 | 1100100 | 1011010 | 0 | 101100010 | 1100100 | 110010 |
Color Harmonies of #FF0119
Complementary color
Monochromatic Colors of #FF0119
Black with #FF0119
Text Example
Text Example
White with #FF0119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0119; }
p { color: rgb(255,1,25); }
H1.HeaderClassName
{
color: #FF0119;
}
.AnyTagClassName
{
color: #FF0119;
}
</style>
background-color css
<style>
a { background-color: #FF0119; }
a { background-color: rgb(255,1,25); }
div.DivClassName
{
background-color: #FF0119;
}
.BgClassName
{
background-color: #FF0119;
}
</style>
border-color css
<style>
span { border-color: #FF0119; }
span { border-color: rgb(255,1,25); }
td.TdClassName
{
border-color: #FF0119;
}
.TagClassName
{
border-color: #FF0119;
}
</style>