Shades of Torch Red #FF1450
Tints of Torch Red #FF1450
RGB
CMYK
RGB Variations
Color information
#FF1450 (or 0xFF1450) is known color: Torch Red. HEX triplet: FF, 14 and 50. RGB value is (255,20,80). Sum of RGB (Red+Green+Blue) = 255+20+80=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1450 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1450 is #00EBAF. Grayscale: #616161. Windows color (decimal): -60336 or 5248255. OLE color: 5248255.
HSL color Cylindrical-coordinate representation of color #FF1450: hue angle of 344.68º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1450 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 80 | - |
| CMYK | 0 | 0.92 | 0.69 | 0 |
| HSL | 344.68º | 1% | 0.54% | - |
| HSV(B) | 344.68º | 0.92% | 1% | - |
| XYZ | 42.94 | 22.34 | 9.64 | - |
| YUV | 97.11 | 118.36 | 240.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 80 | 0 | 0.92 | 0.69 | 0 | 344.68 | 1 | 0.54 |
| Hex | FF | 14 | 50 | 0 | 5C | 45 | 0 | 159 | 64 | 36 |
| Octal | 377 | 24 | 120 | 0 | 134 | 105 | 0 | 531 | 144 | 66 |
| Binary | 11111111 | 10100 | 1010000 | 0 | 1011100 | 1000101 | 0 | 101011001 | 1100100 | 110110 |
Color Harmonies of #FF1450
Complementary color
Monochromatic Colors of #FF1450
Black with #FF1450
Text Example
Text Example
White with #FF1450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1450; }
p { color: rgb(255,20,80); }
H1.HeaderClassName
{
color: #FF1450;
}
.AnyTagClassName
{
color: #FF1450;
}
</style>
background-color css
<style>
a { background-color: #FF1450; }
a { background-color: rgb(255,20,80); }
div.DivClassName
{
background-color: #FF1450;
}
.BgClassName
{
background-color: #FF1450;
}
</style>
border-color css
<style>
span { border-color: #FF1450; }
span { border-color: rgb(255,20,80); }
td.TdClassName
{
border-color: #FF1450;
}
.TagClassName
{
border-color: #FF1450;
}
</style>