Shades of Torch Red #FF0919
Tints of Torch Red #FF0919
RGB
CMYK
RGB Variations
Color information
#FF0919 (or 0xFF0919) is known color: Torch Red. HEX triplet: FF, 09 and 19. RGB value is (255,9,25). Sum of RGB (Red+Green+Blue) = 255+9+25=289 (38% of max value = 765). Red value is 255 (100% from 255 or 88.24% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0919 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0919 is #00F6E6. Grayscale: #545454. Windows color (decimal): -63207 or 1640959. OLE color: 1640959.
HSL color Cylindrical-coordinate representation of color #FF0919: hue angle of 356.1º 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 #FF0919 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 25 | - |
| CMYK | 0 | 0.96 | 0.90 | 0 |
| HSL | 356.1º | 1% | 0.52% | - |
| HSV(B) | 356.1º | 0.96% | 1% | - |
| XYZ | 41.51 | 21.53 | 2.89 | - |
| YUV | 84.38 | 94.5 | 249.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 25 | 0 | 0.96 | 0.90 | 0 | 356.1 | 1 | 0.52 |
| Hex | FF | 9 | 19 | 0 | 60 | 5A | 0 | 164 | 64 | 34 |
| Octal | 377 | 11 | 31 | 0 | 140 | 132 | 0 | 544 | 144 | 64 |
| Binary | 11111111 | 1001 | 11001 | 0 | 1100000 | 1011010 | 0 | 101100100 | 1100100 | 110100 |
Color Harmonies of #FF0919
Complementary color
Monochromatic Colors of #FF0919
Black with #FF0919
Text Example
Text Example
White with #FF0919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0919; }
p { color: rgb(255,9,25); }
H1.HeaderClassName
{
color: #FF0919;
}
.AnyTagClassName
{
color: #FF0919;
}
</style>
background-color css
<style>
a { background-color: #FF0919; }
a { background-color: rgb(255,9,25); }
div.DivClassName
{
background-color: #FF0919;
}
.BgClassName
{
background-color: #FF0919;
}
</style>
border-color css
<style>
span { border-color: #FF0919; }
span { border-color: rgb(255,9,25); }
td.TdClassName
{
border-color: #FF0919;
}
.TagClassName
{
border-color: #FF0919;
}
</style>