Shades of Torch Red #FF0A19
Tints of Torch Red #FF0A19
RGB
CMYK
RGB Variations
Color information
#FF0A19 (or 0xFF0A19) is known color: Torch Red. HEX triplet: FF, 0A and 19. RGB value is (255,10,25). Sum of RGB (Red+Green+Blue) = 255+10+25=290 (38% of max value = 765). Red value is 255 (100% from 255 or 87.93% from 290); Green value is 10 (4.30% from 255 or 3.45% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A19 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0A19 is #00F5E6. Grayscale: #555555. Windows color (decimal): -62951 or 1641215. OLE color: 1641215.
HSL color Cylindrical-coordinate representation of color #FF0A19: hue angle of 356.33º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0A19 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 25 | - |
| CMYK | 0 | 0.96 | 0.90 | 0 |
| HSL | 356.33º | 1% | 0.52% | - |
| HSV(B) | 356.33º | 0.96% | 1% | - |
| XYZ | 41.52 | 21.55 | 2.89 | - |
| YUV | 84.97 | 94.17 | 249.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 25 | 0 | 0.96 | 0.90 | 0 | 356.33 | 1 | 0.52 |
| Hex | FF | A | 19 | 0 | 60 | 5A | 0 | 164 | 64 | 34 |
| Octal | 377 | 12 | 31 | 0 | 140 | 132 | 0 | 544 | 144 | 64 |
| Binary | 11111111 | 1010 | 11001 | 0 | 1100000 | 1011010 | 0 | 101100100 | 1100100 | 110100 |
Color Harmonies of #FF0A19
Complementary color
Monochromatic Colors of #FF0A19
Black with #FF0A19
Text Example
Text Example
White with #FF0A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A19; }
p { color: rgb(255,10,25); }
H1.HeaderClassName
{
color: #FF0A19;
}
.AnyTagClassName
{
color: #FF0A19;
}
</style>
background-color css
<style>
a { background-color: #FF0A19; }
a { background-color: rgb(255,10,25); }
div.DivClassName
{
background-color: #FF0A19;
}
.BgClassName
{
background-color: #FF0A19;
}
</style>
border-color css
<style>
span { border-color: #FF0A19; }
span { border-color: rgb(255,10,25); }
td.TdClassName
{
border-color: #FF0A19;
}
.TagClassName
{
border-color: #FF0A19;
}
</style>