Shades of Torch Red #FF194A
Tints of Torch Red #FF194A
RGB
CMYK
RGB Variations
Color information
#FF194A (or 0xFF194A) is known color: Torch Red. HEX triplet: FF, 19 and 4A. RGB value is (255,25,74). Sum of RGB (Red+Green+Blue) = 255+25+74=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF194A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF194A is #00E6B5. Grayscale: #636363. Windows color (decimal): -59062 or 4856319. OLE color: 4856319.
HSL color Cylindrical-coordinate representation of color #FF194A: hue angle of 347.22º 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 #FF194A is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 74 | - |
| CMYK | 0 | 0.90 | 0.71 | 0 |
| HSL | 347.22º | 1% | 0.55% | - |
| HSV(B) | 347.22º | 0.9% | 1% | - |
| XYZ | 42.82 | 22.45 | 8.55 | - |
| YUV | 99.36 | 113.7 | 239.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 74 | 0 | 0.90 | 0.71 | 0 | 347.22 | 1 | 0.55 |
| Hex | FF | 19 | 4A | 0 | 5A | 47 | 0 | 15B | 64 | 37 |
| Octal | 377 | 31 | 112 | 0 | 132 | 107 | 0 | 533 | 144 | 67 |
| Binary | 11111111 | 11001 | 1001010 | 0 | 1011010 | 1000111 | 0 | 101011011 | 1100100 | 110111 |
Color Harmonies of #FF194A
Complementary color
Monochromatic Colors of #FF194A
Black with #FF194A
Text Example
Text Example
White with #FF194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF194A; }
p { color: rgb(255,25,74); }
H1.HeaderClassName
{
color: #FF194A;
}
.AnyTagClassName
{
color: #FF194A;
}
</style>
background-color css
<style>
a { background-color: #FF194A; }
a { background-color: rgb(255,25,74); }
div.DivClassName
{
background-color: #FF194A;
}
.BgClassName
{
background-color: #FF194A;
}
</style>
border-color css
<style>
span { border-color: #FF194A; }
span { border-color: rgb(255,25,74); }
td.TdClassName
{
border-color: #FF194A;
}
.TagClassName
{
border-color: #FF194A;
}
</style>