Shades of Torch Red #FF1019
Tints of Torch Red #FF1019
RGB
CMYK
RGB Variations
Color information
#FF1019 (or 0xFF1019) is known color: Torch Red. HEX triplet: FF, 10 and 19. RGB value is (255,16,25). Sum of RGB (Red+Green+Blue) = 255+16+25=296 (39% of max value = 765). Red value is 255 (100% from 255 or 86.15% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1019 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1019 is #00EFE6. Grayscale: #585858. Windows color (decimal): -61415 or 1642751. OLE color: 1642751.
HSL color Cylindrical-coordinate representation of color #FF1019: hue angle of 357.74º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF1019 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 25 | - |
| CMYK | 0 | 0.94 | 0.90 | 0 |
| HSL | 357.74º | 1% | 0.53% | - |
| HSV(B) | 357.74º | 0.94% | 1% | - |
| XYZ | 41.6 | 21.7 | 2.92 | - |
| YUV | 88.49 | 92.18 | 246.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 25 | 0 | 0.94 | 0.90 | 0 | 357.74 | 1 | 0.53 |
| Hex | FF | 10 | 19 | 0 | 5E | 5A | 0 | 166 | 64 | 35 |
| Octal | 377 | 20 | 31 | 0 | 136 | 132 | 0 | 546 | 144 | 65 |
| Binary | 11111111 | 10000 | 11001 | 0 | 1011110 | 1011010 | 0 | 101100110 | 1100100 | 110101 |
Color Harmonies of #FF1019
Complementary color
Monochromatic Colors of #FF1019
Black with #FF1019
Text Example
Text Example
White with #FF1019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1019; }
p { color: rgb(255,16,25); }
H1.HeaderClassName
{
color: #FF1019;
}
.AnyTagClassName
{
color: #FF1019;
}
</style>
background-color css
<style>
a { background-color: #FF1019; }
a { background-color: rgb(255,16,25); }
div.DivClassName
{
background-color: #FF1019;
}
.BgClassName
{
background-color: #FF1019;
}
</style>
border-color css
<style>
span { border-color: #FF1019; }
span { border-color: rgb(255,16,25); }
td.TdClassName
{
border-color: #FF1019;
}
.TagClassName
{
border-color: #FF1019;
}
</style>