Shades of Torch Red #FF1819
Tints of Torch Red #FF1819
RGB
CMYK
RGB Variations
Color information
#FF1819 (or 0xFF1819) is known color: Torch Red. HEX triplet: FF, 18 and 19. RGB value is (255,24,25). Sum of RGB (Red+Green+Blue) = 255+24+25=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1819 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1819 is #00E7E6. Grayscale: #5D5D5D. Windows color (decimal): -59367 or 1644799. OLE color: 1644799.
HSL color Cylindrical-coordinate representation of color #FF1819: hue angle of 359.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1819 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 25 | - |
| CMYK | 0 | 0.91 | 0.90 | 0 |
| HSL | 359.74º | 1% | 0.55% | - |
| HSV(B) | 359.74º | 0.91% | 1% | - |
| XYZ | 41.74 | 21.98 | 2.96 | - |
| YUV | 93.18 | 89.53 | 243.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 25 | 0 | 0.91 | 0.90 | 0 | 359.74 | 1 | 0.55 |
| Hex | FF | 18 | 19 | 0 | 5B | 5A | 0 | 168 | 64 | 37 |
| Octal | 377 | 30 | 31 | 0 | 133 | 132 | 0 | 550 | 144 | 67 |
| Binary | 11111111 | 11000 | 11001 | 0 | 1011011 | 1011010 | 0 | 101101000 | 1100100 | 110111 |
Color Harmonies of #FF1819
Complementary color
Monochromatic Colors of #FF1819
Black with #FF1819
Text Example
Text Example
White with #FF1819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1819; }
p { color: rgb(255,24,25); }
H1.HeaderClassName
{
color: #FF1819;
}
.AnyTagClassName
{
color: #FF1819;
}
</style>
background-color css
<style>
a { background-color: #FF1819; }
a { background-color: rgb(255,24,25); }
div.DivClassName
{
background-color: #FF1819;
}
.BgClassName
{
background-color: #FF1819;
}
</style>
border-color css
<style>
span { border-color: #FF1819; }
span { border-color: rgb(255,24,25); }
td.TdClassName
{
border-color: #FF1819;
}
.TagClassName
{
border-color: #FF1819;
}
</style>