Shades of Torch Red #FF194E
Tints of Torch Red #FF194E
RGB
CMYK
RGB Variations
Color information
#FF194E (or 0xFF194E) is known color: Torch Red. HEX triplet: FF, 19 and 4E. RGB value is (255,25,78). Sum of RGB (Red+Green+Blue) = 255+25+78=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF194E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF194E is #00E6B1. Grayscale: #636363. Windows color (decimal): -59058 or 5118463. OLE color: 5118463.
HSL color Cylindrical-coordinate representation of color #FF194E: hue angle of 346.17º 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 #FF194E is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 78 | - |
| CMYK | 0 | 0.90 | 0.69 | 0 |
| HSL | 346.17º | 1% | 0.55% | - |
| HSV(B) | 346.17º | 0.9% | 1% | - |
| XYZ | 42.96 | 22.51 | 9.29 | - |
| YUV | 99.81 | 115.7 | 238.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 78 | 0 | 0.90 | 0.69 | 0 | 346.17 | 1 | 0.55 |
| Hex | FF | 19 | 4E | 0 | 5A | 45 | 0 | 15A | 64 | 37 |
| Octal | 377 | 31 | 116 | 0 | 132 | 105 | 0 | 532 | 144 | 67 |
| Binary | 11111111 | 11001 | 1001110 | 0 | 1011010 | 1000101 | 0 | 101011010 | 1100100 | 110111 |
Color Harmonies of #FF194E
Complementary color
Monochromatic Colors of #FF194E
Black with #FF194E
Text Example
Text Example
White with #FF194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF194E; }
p { color: rgb(255,25,78); }
H1.HeaderClassName
{
color: #FF194E;
}
.AnyTagClassName
{
color: #FF194E;
}
</style>
background-color css
<style>
a { background-color: #FF194E; }
a { background-color: rgb(255,25,78); }
div.DivClassName
{
background-color: #FF194E;
}
.BgClassName
{
background-color: #FF194E;
}
</style>
border-color css
<style>
span { border-color: #FF194E; }
span { border-color: rgb(255,25,78); }
td.TdClassName
{
border-color: #FF194E;
}
.TagClassName
{
border-color: #FF194E;
}
</style>