Shades of Torch Red #FF0550
Tints of Torch Red #FF0550
RGB
CMYK
RGB Variations
Color information
#FF0550 (or 0xFF0550) is known color: Torch Red. HEX triplet: FF, 05 and 50. RGB value is (255,5,80). Sum of RGB (Red+Green+Blue) = 255+5+80=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0550 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0550 is #00FAAF. Grayscale: #585858. Windows color (decimal): -64176 or 5244415. OLE color: 5244415.
HSL color Cylindrical-coordinate representation of color #FF0550: hue angle of 342º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0550 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 80 | - |
| CMYK | 0 | 0.98 | 0.69 | 0 |
| HSL | 342º | 1% | 0.51% | - |
| HSV(B) | 342º | 0.98% | 1% | - |
| XYZ | 42.74 | 21.95 | 9.57 | - |
| YUV | 88.3 | 123.33 | 246.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 80 | 0 | 0.98 | 0.69 | 0 | 342 | 1 | 0.51 |
| Hex | FF | 5 | 50 | 0 | 62 | 45 | 0 | 156 | 64 | 33 |
| Octal | 377 | 5 | 120 | 0 | 142 | 105 | 0 | 526 | 144 | 63 |
| Binary | 11111111 | 101 | 1010000 | 0 | 1100010 | 1000101 | 0 | 101010110 | 1100100 | 110011 |
Color Harmonies of #FF0550
Complementary color
Monochromatic Colors of #FF0550
Black with #FF0550
Text Example
Text Example
White with #FF0550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0550; }
p { color: rgb(255,5,80); }
H1.HeaderClassName
{
color: #FF0550;
}
.AnyTagClassName
{
color: #FF0550;
}
</style>
background-color css
<style>
a { background-color: #FF0550; }
a { background-color: rgb(255,5,80); }
div.DivClassName
{
background-color: #FF0550;
}
.BgClassName
{
background-color: #FF0550;
}
</style>
border-color css
<style>
span { border-color: #FF0550; }
span { border-color: rgb(255,5,80); }
td.TdClassName
{
border-color: #FF0550;
}
.TagClassName
{
border-color: #FF0550;
}
</style>