Shades of Torch Red #FF194D
Tints of Torch Red #FF194D
RGB
CMYK
RGB Variations
Color information
#FF194D (or 0xFF194D) is known color: Torch Red. HEX triplet: FF, 19 and 4D. RGB value is (255,25,77). Sum of RGB (Red+Green+Blue) = 255+25+77=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF194D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF194D is #00E6B2. Grayscale: #636363. Windows color (decimal): -59059 or 5052927. OLE color: 5052927.
HSL color Cylindrical-coordinate representation of color #FF194D: hue angle of 346.43º 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 #FF194D is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 77 | - |
| CMYK | 0 | 0.90 | 0.70 | 0 |
| HSL | 346.43º | 1% | 0.55% | - |
| HSV(B) | 346.43º | 0.9% | 1% | - |
| XYZ | 42.93 | 22.49 | 9.1 | - |
| YUV | 99.7 | 115.2 | 238.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 77 | 0 | 0.90 | 0.70 | 0 | 346.43 | 1 | 0.55 |
| Hex | FF | 19 | 4D | 0 | 5A | 46 | 0 | 15A | 64 | 37 |
| Octal | 377 | 31 | 115 | 0 | 132 | 106 | 0 | 532 | 144 | 67 |
| Binary | 11111111 | 11001 | 1001101 | 0 | 1011010 | 1000110 | 0 | 101011010 | 1100100 | 110111 |
Color Harmonies of #FF194D
Complementary color
Monochromatic Colors of #FF194D
Black with #FF194D
Text Example
Text Example
White with #FF194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF194D; }
p { color: rgb(255,25,77); }
H1.HeaderClassName
{
color: #FF194D;
}
.AnyTagClassName
{
color: #FF194D;
}
</style>
background-color css
<style>
a { background-color: #FF194D; }
a { background-color: rgb(255,25,77); }
div.DivClassName
{
background-color: #FF194D;
}
.BgClassName
{
background-color: #FF194D;
}
</style>
border-color css
<style>
span { border-color: #FF194D; }
span { border-color: rgb(255,25,77); }
td.TdClassName
{
border-color: #FF194D;
}
.TagClassName
{
border-color: #FF194D;
}
</style>