Shades of Torch Red #FF1950
Tints of Torch Red #FF1950
RGB
CMYK
RGB Variations
Color information
#FF1950 (or 0xFF1950) is known color: Torch Red. HEX triplet: FF, 19 and 50. RGB value is (255,25,80). Sum of RGB (Red+Green+Blue) = 255+25+80=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1950 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1950 is #00E6AF. Grayscale: #646464. Windows color (decimal): -59056 or 5249535. OLE color: 5249535.
HSL color Cylindrical-coordinate representation of color #FF1950: hue angle of 345.65º 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 #FF1950 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 80 | - |
| CMYK | 0 | 0.90 | 0.69 | 0 |
| HSL | 345.65º | 1% | 0.55% | - |
| HSV(B) | 345.65º | 0.9% | 1% | - |
| XYZ | 43.04 | 22.53 | 9.67 | - |
| YUV | 100.04 | 116.7 | 238.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 80 | 0 | 0.90 | 0.69 | 0 | 345.65 | 1 | 0.55 |
| Hex | FF | 19 | 50 | 0 | 5A | 45 | 0 | 15A | 64 | 37 |
| Octal | 377 | 31 | 120 | 0 | 132 | 105 | 0 | 532 | 144 | 67 |
| Binary | 11111111 | 11001 | 1010000 | 0 | 1011010 | 1000101 | 0 | 101011010 | 1100100 | 110111 |
Color Harmonies of #FF1950
Complementary color
Monochromatic Colors of #FF1950
Black with #FF1950
Text Example
Text Example
White with #FF1950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1950; }
p { color: rgb(255,25,80); }
H1.HeaderClassName
{
color: #FF1950;
}
.AnyTagClassName
{
color: #FF1950;
}
</style>
background-color css
<style>
a { background-color: #FF1950; }
a { background-color: rgb(255,25,80); }
div.DivClassName
{
background-color: #FF1950;
}
.BgClassName
{
background-color: #FF1950;
}
</style>
border-color css
<style>
span { border-color: #FF1950; }
span { border-color: rgb(255,25,80); }
td.TdClassName
{
border-color: #FF1950;
}
.TagClassName
{
border-color: #FF1950;
}
</style>