Shades of Torch Red #FF191E
Tints of Torch Red #FF191E
RGB
CMYK
RGB Variations
Color information
#FF191E (or 0xFF191E) is known color: Torch Red. HEX triplet: FF, 19 and 1E. RGB value is (255,25,30). Sum of RGB (Red+Green+Blue) = 255+25+30=310 (41% of max value = 765). Red value is 255 (100% from 255 or 82.26% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 255 - color contains mainly: red. Hex color #FF191E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF191E is #00E6E1. Grayscale: #5E5E5E. Windows color (decimal): -59106 or 1972735. OLE color: 1972735.
HSL color Cylindrical-coordinate representation of color #FF191E: hue angle of 358.7º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF191E is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 30 | - |
| CMYK | 0 | 0.90 | 0.88 | 0 |
| HSL | 358.7º | 1% | 0.55% | - |
| HSV(B) | 358.7º | 0.9% | 1% | - |
| XYZ | 41.82 | 22.05 | 3.28 | - |
| YUV | 94.34 | 91.7 | 242.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 30 | 0 | 0.90 | 0.88 | 0 | 358.7 | 1 | 0.55 |
| Hex | FF | 19 | 1E | 0 | 5A | 58 | 0 | 167 | 64 | 37 |
| Octal | 377 | 31 | 36 | 0 | 132 | 130 | 0 | 547 | 144 | 67 |
| Binary | 11111111 | 11001 | 11110 | 0 | 1011010 | 1011000 | 0 | 101100111 | 1100100 | 110111 |
Color Harmonies of #FF191E
Complementary color
Monochromatic Colors of #FF191E
Black with #FF191E
Text Example
Text Example
White with #FF191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF191E; }
p { color: rgb(255,25,30); }
H1.HeaderClassName
{
color: #FF191E;
}
.AnyTagClassName
{
color: #FF191E;
}
</style>
background-color css
<style>
a { background-color: #FF191E; }
a { background-color: rgb(255,25,30); }
div.DivClassName
{
background-color: #FF191E;
}
.BgClassName
{
background-color: #FF191E;
}
</style>
border-color css
<style>
span { border-color: #FF191E; }
span { border-color: rgb(255,25,30); }
td.TdClassName
{
border-color: #FF191E;
}
.TagClassName
{
border-color: #FF191E;
}
</style>