Shades of Torch Red #FF194C
Tints of Torch Red #FF194C
RGB
CMYK
RGB Variations
Color information
#FF194C (or 0xFF194C) is known color: Torch Red. HEX triplet: FF, 19 and 4C. RGB value is (255,25,76). Sum of RGB (Red+Green+Blue) = 255+25+76=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF194C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF194C is #00E6B3. Grayscale: #636363. Windows color (decimal): -59060 or 4987391. OLE color: 4987391.
HSL color Cylindrical-coordinate representation of color #FF194C: hue angle of 346.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 #FF194C is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 76 | - |
| CMYK | 0 | 0.90 | 0.70 | 0 |
| HSL | 346.7º | 1% | 0.55% | - |
| HSV(B) | 346.7º | 0.9% | 1% | - |
| XYZ | 42.89 | 22.48 | 8.92 | - |
| YUV | 99.58 | 114.7 | 238.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 76 | 0 | 0.90 | 0.70 | 0 | 346.7 | 1 | 0.55 |
| Hex | FF | 19 | 4C | 0 | 5A | 46 | 0 | 15B | 64 | 37 |
| Octal | 377 | 31 | 114 | 0 | 132 | 106 | 0 | 533 | 144 | 67 |
| Binary | 11111111 | 11001 | 1001100 | 0 | 1011010 | 1000110 | 0 | 101011011 | 1100100 | 110111 |
Color Harmonies of #FF194C
Complementary color
Monochromatic Colors of #FF194C
Black with #FF194C
Text Example
Text Example
White with #FF194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF194C; }
p { color: rgb(255,25,76); }
H1.HeaderClassName
{
color: #FF194C;
}
.AnyTagClassName
{
color: #FF194C;
}
</style>
background-color css
<style>
a { background-color: #FF194C; }
a { background-color: rgb(255,25,76); }
div.DivClassName
{
background-color: #FF194C;
}
.BgClassName
{
background-color: #FF194C;
}
</style>
border-color css
<style>
span { border-color: #FF194C; }
span { border-color: rgb(255,25,76); }
td.TdClassName
{
border-color: #FF194C;
}
.TagClassName
{
border-color: #FF194C;
}
</style>